components/openssh/patches/024-disable_ed25519.patch
changeset 5036 06e4fcc325a1
parent 5025 bdd7dc7d2af4
equal deleted inserted replaced
5035:1d0e6cf38844 5036:06e4fcc325a1
  1503  .Pa /etc/ssh/ssh_host_rsa_key
  1503  .Pa /etc/ssh/ssh_host_rsa_key
  1504  for protocol version 2.
  1504  for protocol version 2.
  1505 @@ -275,7 +273,7 @@ though this can be changed via the
  1505 @@ -275,7 +273,7 @@ though this can be changed via the
  1506  .Cm Protocol
  1506  .Cm Protocol
  1507  option in
  1507  option in
  1508  .Xr sshd_config 4 .
  1508  .Xr sshd_config 5 .
  1509 -Protocol 2 supports DSA, ECDSA, Ed25519 and RSA keys;
  1509 -Protocol 2 supports DSA, ECDSA, Ed25519 and RSA keys;
  1510 +Protocol 2 supports DSA and RSA keys;
  1510 +Protocol 2 supports DSA and RSA keys;
  1511  protocol 1 only supports RSA keys.
  1511  protocol 1 only supports RSA keys.
  1512  For both protocols,
  1512  For both protocols,
  1513  each host has a host-specific key,
  1513  each host has a host-specific key,