[BACK]Return to sshd_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.169 and 1.170

version 1.169, 2013/12/07 11:58:46 version 1.170, 2013/12/08 09:53:27
Line 663 
Line 663 
 Specifies the available KEX (Key Exchange) algorithms.  Specifies the available KEX (Key Exchange) algorithms.
 Multiple algorithms must be comma-separated.  Multiple algorithms must be comma-separated.
 The default is  The default is
 .Dq curve25519-sha256@libssh.org ,  .Bd -literal -offset indent
 .Dq ecdh-sha2-nistp256 ,  curve25519-sha256@libssh.org,
 .Dq ecdh-sha2-nistp384 ,  ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
 .Dq ecdh-sha2-nistp521 ,  diffie-hellman-group-exchange-sha256,
 .Dq diffie-hellman-group-exchange-sha256 ,  diffie-hellman-group-exchange-sha1,
 .Dq diffie-hellman-group-exchange-sha1 ,  diffie-hellman-group14-sha1,
 .Dq diffie-hellman-group14-sha1 ,  diffie-hellman-group1-sha1
 .Dq diffie-hellman-group1-sha1 .  .Ed
 .It Cm KeyRegenerationInterval  .It Cm KeyRegenerationInterval
 In protocol version 1, the ephemeral server key is automatically regenerated  In protocol version 1, the ephemeral server key is automatically regenerated
 after this many seconds (if it has been used).  after this many seconds (if it has been used).

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.170