Mar 25 Gen 2011     

Gli sviluppatori OpenBSD hanno rilasciato la versione 5.7 di OpenSSH

OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support.
Features:
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/user keys (ECDSA) as specified by RFC5656.
* sftp(1)/sftp-server(8): add a protocol extension to support a hard link operation.
* scp(1): Add a new -3 option to scp: Copies between two remote hosts are transferred through the local host.
* ssh(1): automatically order the hostkeys requested by the client based on which hostkeys are already recorded in known_hosts.
* ssh(1): "atomically" create the listening mux socket by binding it on a temporary name and then linking it into position after listen() has succeeded.

OpenSSH è rilasciato sotto licenza BSD.