summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
diff options
context:
space:
mode:
authorJen Selby <jenselby@mit.edu>2002-06-27 17:51:52 +0000
committerJen Selby <jenselby@mit.edu>2002-06-27 17:51:52 +0000
commit6cf9eb3c02e6ed0ba83c3625dd42528d8e98c24a (patch)
tree6045c06e3f65488d704de3593cfdf78e648f8008 /src/appl/bsd
parent768cb4b982362c99a4f5d342d8e333986e9f3683 (diff)
downloadkrb5-6cf9eb3c02e6ed0ba83c3625dd42528d8e98c24a.tar.gz
krb5-6cf9eb3c02e6ed0ba83c3625dd42528d8e98c24a.tar.xz
krb5-6cf9eb3c02e6ed0ba83c3625dd42528d8e98c24a.zip
* rsh.M: added warning that encryption does not encrypt the
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
Diffstat (limited to 'src/appl/bsd')
-rw-r--r--src/appl/bsd/ChangeLog6
-rw-r--r--src/appl/bsd/rlogin.M7
-rw-r--r--src/appl/bsd/rsh.M3
3 files changed, 12 insertions, 4 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index cd862246b0..81e76dd0d6 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -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.
diff --git a/src/appl/bsd/rlogin.M b/src/appl/bsd/rlogin.M
index 56c11aa29d..da0e8d7245 100644
--- a/src/appl/bsd/rlogin.M
+++ b/src/appl/bsd/rlogin.M
@@ -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
diff --git a/src/appl/bsd/rsh.M b/src/appl/bsd/rsh.M
index 11a7290f5e..cefd003847 100644
--- a/src/appl/bsd/rsh.M
+++ b/src/appl/bsd/rsh.M
@@ -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