summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/ChangeLog4
-rw-r--r--src/appl/bsd/rlogin.M19
2 files changed, 23 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index a95e13e5b2..3d3e128c11 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,7 @@
+Sun Aug 27 15:35:04 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * rlogin.M: Document -f and -F options.
+
Mon Aug 7 17:32:29 1995 Sam Hartman <hartmans@tertius.mit.edu>
* 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 eefde623d1..26ddb6aaf0 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.