aboutsummaryrefslogtreecommitdiff
path: root/src/appl/bsd/rlogin.M
diff options
context:
space:
mode:
authorno author <devnull@mit.edu>2002-04-24 19:26:40 +0000
committerno author <devnull@mit.edu>2002-04-24 19:26:40 +0000
commit38a94ef36de76dff6ea69b7f30e5e06e241ef199 (patch)
tree4f073f9666c07d1c52a5b78eefab3565e939e9df /src/appl/bsd/rlogin.M
parent38037332d7af42124646c268874e0833bd8ec30e (diff)
downloadkrb5-krb5-1.2.5-final.zip
krb5-krb5-1.2.5-final.tar.gz
krb5-krb5-1.2.5-final.tar.bz2
This commit was manufactured by cvs2svn to create tagkrb5-1.2.5-final
'krb5-1-2-5-final'. git-svn-id: svn://anonsvn.mit.edu/krb5/tags/krb5-1-2-5-final@14419 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/rlogin.M')
-rw-r--r--src/appl/bsd/rlogin.M11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/appl/bsd/rlogin.M b/src/appl/bsd/rlogin.M
index 79ac327..601fe46 100644
--- a/src/appl/bsd/rlogin.M
+++ b/src/appl/bsd/rlogin.M
@@ -25,6 +25,7 @@ rlogin \- remote login
.I rhost
[\fB\-e\fP\fI\|c\fP] [\fB\-8\fP] [\fB\-c\fP] [ \fB\-a\fP] [\fB\-f\fP]
[\fB\-F\fP] [\fB\-t\fP \fItermtype\fP] [\fB\-n\fP] [\fB\-7\fP]
+[\fB\-PN | \-PO\fP]
[\fB\-d\fP] [\fB\-k\fP \fIrealm\fP] [\fB\-x\fP] [\fB\-L\fP] [\fB\-l\fP
\fIusername\fP]
.PP
@@ -133,6 +134,16 @@ instead of the remote host's realm as determined by
turn on DES encryption for all data passed via the rlogin session. This
significantly reduces response time and significantly increases CPU
utilization.
+.TP
+\fB-PN\fP
+.TP
+\fB-PO\fP
+Explicitly request new or old version of the Kerberos ``rcmd''
+protocol. The new protocol avoids many security problems found in the
+old one, but is not interoperable with older servers. (An
+"input/output error" and a closed connection is the most likely result
+of attempting this combination.) If neither option is specified, some
+simple heuristics are used to guess which to try.
.SH SEE ALSO
rsh(1), kerberos(3), krb_sendauth(3), krb_realmofhost(3), rlogin(1) [UCB
version]