OpenSSH 7.0

Közzétéve Szerző HUP

Az OpenBSD projekt bejelentette, hogy elérhető az OpenSSH 7.0-s kiadása. A 7.0-s kiadás a szokásos biztonsági és hibajavítások mellett új funkciókat is hoz:

  • ssh_config(5): add PubkeyAcceptedKeyTypes option to control which public key types are available for user authentication.
  • sshd_config(5): add HostKeyAlgorithms option to control which public key types are offered for host authentications.
  • ssh(1), sshd(8): extend Ciphers, MACs, KexAlgorithms, HostKeyAlgorithms, PubkeyAcceptedKeyTypes and HostbasedKeyTypes options to allow appending to the default set of algorithms instead of replacing it. Options may now be prefixed with a ‘+’ to append to the default, e.g. “HostKeyAlgorithms=+ssh-dss”.
  • sshd_config(5): PermitRootLogin now accepts an argument of ‘prohibit-password’ as a less-ambiguous synonym of ‘without-password’.

Részletek itt.