Software Update: OpenSSH 3.8

Spread the love

OpenSSH is a software suite for the SSH protocol with which a higher security can be achieved. Applications such as telnet, rlogin and ftp send data unencrypted over the network, the login data can then be read in a simple way. With OpenSSH, this data is sent encrypted, so that eavesdropping, connection hijacking and other network-level attacks are no longer possible. In addition, various secure tunneling options and authentication methods are also available.

Version 3.8 has just been released in which a number of important changes can be found. The release notes let us know the following:

OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support.

We would like to thank the OpenSSH community for their continued support to the project, especially those who contributed source and bought T-shirts or posters.

Changes since OpenSSH 3.7.1:

  • sshd(8) now supports forced changes of expired passwords via /usr/bin/passwd or keyboard-interactive authentication.
    Note for AIX: sshd will now deny password access to accounts with passwords expired longer than their maxexpired attribute. For details, see the AIX section in README.platform.
  • ssh(1) now uses untrusted cookies for X11-Forwarding.Some X11 applications might need full access to the X11 server, see ForwardX11Trusted in ssh(1) and xauth(1) for more information.
  • ssh(1) now supports sending application layer keep-alive messages to the server. See ServerAliveInterval in ssh(1) for more information.
  • Improved sftp(1) batch file support.
  • New KerberosGetAFSToken option for sshd(8).
  • Updated /etc/moduli file and improved performance for protocol version 2.
  • Support for host keys in DNS (draft-ietf-secsh-dns-xx.txt). Please see README.dns in the source distribution for details.
  • Fix a number of memory leaks.
  • The experimental “gssapi” support has been replaced with the “gssapi-with-mic” to fix possible MITM attacks. The two versions are not compatible.

[break]OpenSSH is available in two variants, one specifically for OpenBSD and one for other operating systems. The following two downloads are ready:

OpenSSH 3.8 – OpenBSD
OpenSSH 3.8 – Portable (Linux, Solaris, FreeBSD, NetBSD, AIX, IRIX, HP-UX, MacOS X)

Version number 3.8
Operating systems Linux, BSD, macOS, Solaris, UNIX
Website OpenSSH
Download ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/
License type Conditions (GNU/BSD/etc.)
You might also like