=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.1,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- src/usr.bin/ssh/ssh.1 2002/05/29 03:06:30 1.153 +++ src/usr.bin/ssh/ssh.1 2002/06/08 05:17:01 1.154 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.153 2002/05/29 03:06:30 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.154 2002/06/08 05:17:01 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -816,8 +816,7 @@ .Xr gzip 1 . Note that this option applies to protocol version 1 only. .It Cm ConnectionAttempts -Specifies the number of tries (one per second) to make before falling -back to rsh or exiting. +Specifies the number of tries (one per second) to make before exiting. The argument must be an integer. This may be useful in scripts if the connection sometimes fails. The default is 1. @@ -844,21 +843,6 @@ to disable the escape character entirely (making the connection transparent for binary 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 Specifies whether the connection to the authentication agent (if any) will be forwarded to the remote machine. @@ -1200,22 +1184,6 @@ Specifies a file to use for the user host key database instead of .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 Specifies the location of the .Xr xauth 1