diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 1999-10-07 07:31:56 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 1999-10-07 07:31:56 +0000 |
commit | a436710e874a3f50fb173e46266a7323971bf182 (patch) | |
tree | 0c62f851cc72f8cb27163e9ff18e6cb9ff77bdad /libexec | |
parent | 958d878c9d32a02588873850af4999a1f7556c75 (diff) |
mention ssh(1) as a better alternative, instead of telnet
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rshd/rshd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index 08463df2c16..44f3041c640 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $Id: rshd.8,v 1.5 1999/07/09 13:35:52 aaron Exp $ +.\" $Id: rshd.8,v 1.6 1999/10/07 07:31:55 ericj Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 @@ -221,4 +221,6 @@ insecure, but is useful in an ``open'' environment. A facility to allow all data exchanges to be encrypted should be present. .Pp -A more extensible protocol (such as Telnet) should be used. +A more extensible protocol (such as +.Xr ssh 1 +) should be used. |