OpenSSH 5.5 released
OpenSSH 5.5 has just been released, and will be available from the mirrors listed at http://www.openssh.com/.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support.
This is a bugfix release.
Changes since OpenSSH 5.4
=========================
* Unbreak sshd_config’s AuthorizedKeysFile option for $HOME-relative paths
* Fix compilation failures on platforms that lack dlopen()
* Include a language tag when sending a protocol 2 disconnection message.
* Make logging of certificates used for user authentication more clear and consistent between CAs specified using TrustedUserCAKeys and authorized_keys
Portable OpenSSH:
* Allow contrib/ssh-copy-id to fail gracefully when there are no keys in the ssh-agent. bz#1723
* Explicitly link libX11 into contrib/gnome-ssh-askpass2. bz#1725
* Allow ChrootDirectory to work in SELinux platforms. bz#1726
* Add configure.ac stanza for Haiku OS. bz#1741
* Enable utmpx support on FreeBSD where possible. bz#1732
* Use pkg-config to determine libedit linker flags where possible. bz#1744

