[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.153 and 1.154

version 1.153, 2002/05/29 03:06:30 version 1.154, 2002/06/08 05:17:01
Line 816 
Line 816 
 .Xr gzip 1 .  .Xr gzip 1 .
 Note that this option applies to protocol version 1 only.  Note that this option applies to protocol version 1 only.
 .It Cm ConnectionAttempts  .It Cm ConnectionAttempts
 Specifies the number of tries (one per second) to make before falling  Specifies the number of tries (one per second) to make before exiting.
 back to rsh or exiting.  
 The argument must be an integer.  The argument must be an integer.
 This may be useful in scripts if the connection sometimes fails.  This may be useful in scripts if the connection sometimes fails.
 The default is 1.  The default is 1.
Line 844 
Line 843 
 to disable the escape  to disable the escape
 character entirely (making the connection transparent for binary  character entirely (making the connection transparent for binary
 data).  data).
 .It Cm FallBackToRsh  
 Specifies that if connecting via  
 .Nm  
 fails due to a connection refused error (there is no  
 .Xr sshd 8  
 listening on the remote host),  
 .Xr rsh 1  
 should automatically be used instead (after a suitable warning about  
 the session being unencrypted).  
 The argument must be  
 .Dq yes  
 or  
 .Dq no .  
 The default is  
 .Dq no .  
 .It Cm ForwardAgent  .It Cm ForwardAgent
 Specifies whether the connection to the authentication agent (if any)  Specifies whether the connection to the authentication agent (if any)
 will be forwarded to the remote machine.  will be forwarded to the remote machine.
Line 1200 
Line 1184 
 Specifies a file to use for the user  Specifies a file to use for the user
 host key database instead of  host key database instead of
 .Pa $HOME/.ssh/known_hosts .  .Pa $HOME/.ssh/known_hosts .
 .It Cm UseRsh  
 Specifies that rlogin/rsh should be used for this host.  
 It is possible that the host does not at all support the  
 .Nm  
 protocol.  
 This causes  
 .Nm  
 to immediately execute  
 .Xr rsh 1 .  
 All other options (except  
 .Cm HostName )  
 are ignored if this has been specified.  
 The argument must be  
 .Dq yes  
 or  
 .Dq no .  
 .It Cm XAuthLocation  .It Cm XAuthLocation
 Specifies the location of the  Specifies the location of the
 .Xr xauth 1  .Xr xauth 1

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