The codebase of embedded OpenSSH has been updated to version 8.8. See Core Shell 3.6 – OpenSSH 8.8 and Nerd Fonts - #2 by yang for the OpenSSH changes.
Added
- Add a new
LogVerboseconfiguration directive, this option is intended for OpenSSH debugging and is not enabled by default. - Add a
PermitRemoteOpenoption that allows the client to restrict the destination when reverse dynamic forwarding is used with SOCKS. - Add a
KnownHostsCommandoption that allows the client to obtainknown_hostsdata from a command in addition to the usual files.
Changed
- Rename the
PubkeyAcceptedKeyTypesdirective toPubkeyAcceptedAlgorithmsin advanced options. - Similarly, rename
HostbasedKeyTypestoHostbasedAcceptedAlgorithms. - Remove
ChallengeResponseAuthenticationdirective in favour ofKbdInteractiveAuthentication. - Always display fingerprint context while prompting user to confirm host key (@kaffeeundsalz #3645.
- Specifies the port number to connect on the remote host explicitly in equivalent command (@liushuai #3662).
Special thanks to @kaffeeundsalz, @fastzombies and Shuai Liu (@liushuai) for helping this release.