[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.197 and 1.198

version 1.197, 2014/12/21 23:12:42 version 1.198, 2014/12/22 09:05:17
Line 417 
Line 417 
 The list of available ciphers may also be obtained using the  The list of available ciphers may also be obtained using the
 .Fl Q  .Fl Q
 option of  option of
 .Xr ssh 1 .  .Xr ssh 1
   with an argument of
   .Dq cipher .
 .It Cm ClearAllForwardings  .It Cm ClearAllForwardings
 Specifies that all local, remote, and dynamic port forwardings  Specifies that all local, remote, and dynamic port forwardings
 specified in the configuration files or on the command line be  specified in the configuration files or on the command line be
Line 793 
Line 795 
 .Pp  .Pp
 If hostkeys are known for the destination host then this default is modified  If hostkeys are known for the destination host then this default is modified
 to prefer their algorithms.  to prefer their algorithms.
   .Pp
   The list of available key types may also be obtained using the
   .Fl Q
   option of
   .Xr ssh 1
   with an argument of
   .Dq key .
 .It Cm HostKeyAlias  .It Cm HostKeyAlias
 Specifies an alias that should be used instead of the  Specifies an alias that should be used instead of the
 real host name when looking up or saving the host key  real host name when looking up or saving the host key
Line 963 
Line 972 
 diffie-hellman-group-exchange-sha1,  diffie-hellman-group-exchange-sha1,
 diffie-hellman-group1-sha1  diffie-hellman-group1-sha1
 .Ed  .Ed
   .Pp
   The list of available key exchange algorithms may also be obtained using the
   .Fl Q
   option of
   .Xr ssh 1
   with an argument of
   .Dq kex .
 .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.
Line 1052 
Line 1068 
 hmac-md5,hmac-sha1,hmac-ripemd160,  hmac-md5,hmac-sha1,hmac-ripemd160,
 hmac-sha1-96,hmac-md5-96  hmac-sha1-96,hmac-md5-96
 .Ed  .Ed
   .Pp
   The list of available MAC algorithms may also be obtained using the
   .Fl Q
   option of
   .Xr ssh 1
   with an argument of
   .Dq mac .
 .It Cm NoHostAuthenticationForLocalhost  .It Cm NoHostAuthenticationForLocalhost
 This option can be used if the home directory is shared across machines.  This option can be used if the home directory is shared across machines.
 In this case localhost will refer to a different machine on each of  In this case localhost will refer to a different machine on each of

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198