From 4132293f0a3ec1d79e2d07bce37152f8701bc5aa Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sun, 27 Aug 1995 19:39:19 +0000 Subject: [PATCH] Add documentation on the -f and -F options git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6603 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 4 ++++ src/appl/bsd/rlogin.M | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index a95e13e5b..3d3e128c1 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,7 @@ +Sun Aug 27 15:35:04 1995 Ezra Peisach + + * rlogin.M: Document -f and -F options. + Mon Aug 7 17:32:29 1995 Sam Hartman * krlogind.c: Close the write side of the syncpipe in the parent diff --git a/src/appl/bsd/rlogin.M b/src/appl/bsd/rlogin.M index eefde623d..26ddb6aaf 100644 --- a/src/appl/bsd/rlogin.M +++ b/src/appl/bsd/rlogin.M @@ -33,6 +33,10 @@ rhost [ ] [ .B \-a ] [ +.B \-f +] [ +.B \-F +] [ .B \-t termtype ] [ .B \-n @@ -51,6 +55,7 @@ realm ] [ ] [ .B \-l username ] +.PP .br rhost [ \fB\-e\fR\fIc\fR @@ -61,6 +66,10 @@ rhost [ ] [ .B \-a ] [ +.B \-f +] [ +.B \-F +] [ .B \-t termtype ] [ .B \-n @@ -158,6 +167,16 @@ username. This option has no effect unless the standard UCB rlogin is executed in place of the Kerberos rlogin (see above). .PP The +.B \-f +option forwards the local credentials to the remote system +but marks the remote credentials as Non-forwardable. +.PP +The +.B \-F +option forwards the local credentials to the remote system +and marks the remote credentials as Forwardable. +.PP +The .B \-t option replaces the terminal type passed to the remote host with \fItermtype\fP. -- 2.26.2