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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.140 and 1.141

version 1.140, 2010/09/22 05:01:29 version 1.141, 2010/09/22 08:30:08
Line 649 
Line 649 
 .It Cm KexAlgorithms  .It Cm KexAlgorithms
 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 ecdh-sha2-nistp256 ,  .Bd -literal -offset indent
 .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 LocalCommand  .It Cm LocalCommand
 Specifies a command to execute on the local machine after successfully  Specifies a command to execute on the local machine after successfully
 connecting to the server.  connecting to the server.

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141