[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.16 and 1.17

version 1.16, 2003/07/22 13:35:22 version 1.17, 2003/08/13 08:46:31
Line 529 
Line 529 
 Multiple forwardings may be specified, and additional  Multiple forwardings may be specified, and additional
 forwardings can be given on the command line.  forwardings can be given on the command line.
 Only the superuser can forward privileged ports.  Only the superuser can forward privileged ports.
 .It Cm RhostsAuthentication  
 Specifies whether to try rhosts based authentication.  
 Note that this  
 declaration only affects the client side and has no effect whatsoever  
 on security.  
 Most servers do not permit RhostsAuthentication because it  
 is not secure (see  
 .Cm RhostsRSAAuthentication ) .  
 The argument to this keyword must be  
 .Dq yes  
 or  
 .Dq no .  
 The default is  
 .Dq no .  
 This option applies to protocol version 1 only and requires  
 .Nm ssh  
 to be setuid root and  
 .Cm UsePrivilegedPort  
 to be set to  
 .Dq yes .  
 .It Cm RhostsRSAAuthentication  .It Cm RhostsRSAAuthentication
 Specifies whether to try rhosts based authentication with RSA host  Specifies whether to try rhosts based authentication with RSA host
 authentication.  authentication.
Line 629 
Line 609 
 must be setuid root.  must be setuid root.
 Note that this option must be set to  Note that this option must be set to
 .Dq yes  .Dq yes
 if  for
 .Cm RhostsAuthentication  
 and  
 .Cm RhostsRSAAuthentication  .Cm RhostsRSAAuthentication
 authentications are needed with older servers.  with older servers.
 .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.16  
changed lines
  Added in v.1.17