This release adds a few quality of life changes.
Features:
- RSSH can now read server fingerprint and destination from files (using
--fingerprint-file
and--destination-file
respectively #205, #206 ) - The SSH version string can now be changed with either
--version-string
or using thelink
command withlink --version-string
, these will always have the prefixSSH-
as that is part of the SSH protocol, #202 - The private key that the client uses can now be overridden with the command like argument
--private-key-path
#200, to enable packaging