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

Diff for /src/usr.bin/ssh/ssh.1 between version 1.154 and 1.155

version 1.154, 2002/06/08 05:17:01 version 1.155, 2002/06/09 22:15:15
Line 1105 
Line 1105 
 .Dq no .  .Dq no .
 The default is  The default is
 .Dq yes .  .Dq yes .
 This option applies to protocol version 1 only.  This option applies to protocol version 1 only and requires
   .Nm
   to be setuid root.
 .It Cm RSAAuthentication  .It Cm RSAAuthentication
 Specifies whether to try RSA authentication.  Specifies whether to try RSA authentication.
 The argument to this keyword must be  The argument to this keyword must be
Line 1376 
Line 1378 
 .Cm RhostsRSAAuthentication  .Cm RhostsRSAAuthentication
 and  and
 .Cm HostbasedAuthentication .  .Cm HostbasedAuthentication .
 Since they are readable only by root  If the protocol version 1
   .Cm RhostsRSAAuthentication
   method is used,
 .Nm  .Nm
 must be setuid root if these authentication methods are desired.  must be setuid root, since the host key is readable only by root.
   For protocol version 2,
   .Nm
   uses
   .Xr ssh-keysign 8
   to access the host keys for
   .Cm HostbasedAuthentication .
   This eliminates the requirement that
   .Nm
   be setuid root when that authentication method is used.
   By default
   .Nm
   is not setuid root.
 .It Pa $HOME/.rhosts  .It Pa $HOME/.rhosts
 This file is used in  This file is used in
 .Pa \&.rhosts  .Pa \&.rhosts
Line 1483 
Line 1499 
 .Xr ssh-agent 1 ,  .Xr ssh-agent 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
 .Xr telnet 1 ,  .Xr telnet 1 ,
   .Xr ssh-keysign 8,
 .Xr sshd 8  .Xr sshd 8
 .Rs  .Rs
 .%A T. Ylonen  .%A T. Ylonen

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155