summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-10-16 16:49:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-10-16 16:49:48 +0000
commiteca9fd404935792424c879be58e56f41859cc26d (patch)
treec4e73b98c2b215a3c5559696d86affb38c7d50df /usr.bin
parent9487a19526f01aac9eefef399d190c08b938e768 (diff)
rsh now invokes ssh, not telnet, when a commant is omitted.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rsh/rsh.120
1 files changed, 3 insertions, 17 deletions
diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1
index dd247dd3ae9..114cc68aefe 100644
--- a/usr.bin/rsh/rsh.1
+++ b/usr.bin/rsh/rsh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rsh.1,v 1.14 2003/07/25 09:49:02 jmc Exp $
+.\" $OpenBSD: rsh.1,v 1.15 2004/10/16 16:49:47 millert Exp $
.\"
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -89,10 +89,7 @@ section of this manual page).
If no
.Ar command
is specified, you will be logged in on the remote host using
-.Nm rlogin
-if it exists on the system or
-.Xr telnet 1
-if not.
+.Xr ssh 1 .
.Pp
If
.Nm
@@ -130,7 +127,7 @@ to
.It Pa /etc/hosts
.El
.Sh SEE ALSO
-.Xr telnet 1 ,
+.Xr ssh 1 ,
.Xr rcmd 3
.Sh HISTORY
The
@@ -152,17 +149,6 @@ using the
.Fl n
option.
.Pp
-You cannot run an interactive command
-(like
-.Xr rogue 6
-or
-.Xr vi 1 )
-using
-.Nm rsh ;
-use
-.Xr telnet 1
-instead.
-.Pp
Stop signals stop the local
.Nm
process only; this is arguably wrong, but currently hard to fix for reasons