* rsh.M: added warning that encryption does not encrypt the
authorJen Selby <jenselby@mit.edu>
Thu, 27 Jun 2002 17:51:52 +0000 (17:51 +0000)
committerJen Selby <jenselby@mit.edu>
Thu, 27 Jun 2002 17:51:52 +0000 (17:51 +0000)
        command line
        *rlogin.M: added warning that username is sent unencrypted

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14589 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/rlogin.M
src/appl/bsd/rsh.M

index cd862246b00c988c6eab31a368929fabef545767..81e76dd0d6bd438c44a06d9bd65f5b6b224d09c7 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-27  Jen Selby <jenselby@mit.edu>
+
+       * rsh.M: added warning that encryption does not encrypt the
+       command line
+       *rlogin.M: added warning that username is sent unencrypted
+
 2002-06-25  Ken Raeburn  <raeburn@mit.edu>
 
        * kcmd.c (kcmd): Don't restrict addresses to IPv4.
index 56c11aa29d6feb54646772941251aed52584865f..da0e8d7245b9b06817a917b6cc44f6475d685785 100644 (file)
@@ -131,9 +131,10 @@ instead of the remote host's realm as determined by
 .IR krb_realmofhost (3).
 .TP
 \fB\-x\fP
-turn on DES encryption for all data passed via the rlogin session.  This
-significantly reduces response time and significantly increases CPU
-utilization.
+turn on DES encryption for data passed via the rlogin session.  This
+applies only to input and output streams, so the username is sent
+unencrypted.  This significantly reduces response time and
+significantly increases CPU utilization.
 .TP
 \fB-PN\fP
 .TP
index 11a7290f5ecd726deb457b068441982b8b6679c5..cefd0038479a8e4ec9ac8a64dd43c308d78cb0f4 100644 (file)
@@ -61,7 +61,8 @@ sets the remote username to
 Otherwise, the remote username will be the same as the local username.
 .TP
 \fB\-x\fP
-causes the network session traffic to be encrypted.
+causes the network session traffic to be encrypted.  This applies only
+to the input and output streams, and not the command line.
 .TP
 \fB\-f\fP
 cause nonforwardable Kerberos credentials to be forwarded to the remote