[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.279 and 1.280

version 1.279, 2018/07/04 13:49:31 version 1.280, 2018/07/19 10:28:47
Line 258 
Line 258 
 Use the specified address on the local machine as the source address of  Use the specified address on the local machine as the source address of
 the connection.  the connection.
 Only useful on systems with more than one address.  Only useful on systems with more than one address.
 Note that this option does not work if  
 .Cm UsePrivilegedPort  
 is set to  
 .Cm yes .  
 .It Cm BindInterface  .It Cm BindInterface
 Use the address of the specified interface on the local machine as the  Use the address of the specified interface on the local machine as the
 source address of the connection.  source address of the connection.
 Note that this option does not work if  
 .Cm UsePrivilegedPort  
 is set to  
 .Cm yes .  
 .It Cm CanonicalDomains  .It Cm CanonicalDomains
 When  When
 .Cm CanonicalizeHostname  .Cm CanonicalizeHostname
Line 1603 
Line 1595 
 from OpenSSH 6.8 and greater support the  from OpenSSH 6.8 and greater support the
 .Qq hostkeys@openssh.com  .Qq hostkeys@openssh.com
 protocol extension used to inform the client of all the server's hostkeys.  protocol extension used to inform the client of all the server's hostkeys.
 .It Cm UsePrivilegedPort  
 Specifies whether to use a privileged port for outgoing connections.  
 The argument must be  
 .Cm yes  
 or  
 .Cm no  
 (the default).  
 If set to  
 .Cm yes ,  
 .Xr ssh 1  
 must be setuid root.  
 .It Cm User  .It Cm User
 Specifies the user to log in as.  Specifies the user to log in as.
 This can be useful when a different user name is used on different machines.  This can be useful when a different user name is used on different machines.

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.280