cvsdist c4afb89
diff -uNr netkit-rsh-0.16/rcp/rcp.1 netkit-rsh-0.16/rcp/rcp.1
cvsdist c4afb89
--- netkit-rsh-0.16/rcp/rcp.1	Tue Dec 14 07:52:57 1999
cvsdist c4afb89
+++ netkit-rsh-0.16/rcp/rcp.1	Mon May 29 22:52:34 2000
cvsdist c4afb89
@@ -41,12 +41,10 @@
cvsdist c4afb89
 .Sh SYNOPSIS
cvsdist c4afb89
 .Nm rcp
cvsdist c4afb89
 .Op Fl px
cvsdist c4afb89
-.Op Fl k Ar realm
cvsdist c4afb89
 .Ar file1 file2
cvsdist c4afb89
 .Nm rcp
cvsdist c4afb89
 .Op Fl px
cvsdist c4afb89
 .Op Fl r
cvsdist c4afb89
-.Op Fl k Ar realm
cvsdist c4afb89
 .Ar file ...
cvsdist c4afb89
 .Ar directory
cvsdist c4afb89
 .Sh DESCRIPTION
cvsdist c4afb89
@@ -79,27 +77,6 @@
cvsdist c4afb89
 modified by the
cvsdist c4afb89
 .Xr umask  2
cvsdist c4afb89
 on the destination host is used.
cvsdist c4afb89
-.It Fl k
cvsdist c4afb89
-The
cvsdist c4afb89
-.Fl k
cvsdist c4afb89
-option requests
cvsdist c4afb89
-.Nm rcp
cvsdist c4afb89
-to obtain tickets
cvsdist c4afb89
-for the remote host in realm
cvsdist c4afb89
-.Ar realm
cvsdist c4afb89
-instead of the remote host's realm as determined by
cvsdist c4afb89
-.Xr krb_realmofhost  3  .
cvsdist c4afb89
-.It Fl x
cvsdist c4afb89
-The
cvsdist c4afb89
-.Fl x
cvsdist c4afb89
-option turns on
cvsdist c4afb89
-.Tn DES
cvsdist c4afb89
-encryption for all data passed by
cvsdist c4afb89
-.Nm rcp .
cvsdist c4afb89
-This may impact response time and
cvsdist c4afb89
-.Tn CPU
cvsdist c4afb89
-utilization, but provides
cvsdist c4afb89
-increased security.
cvsdist c4afb89
 .El
cvsdist c4afb89
 .Pp
cvsdist c4afb89
 If
cvsdist c4afb89
@@ -134,11 +111,6 @@
cvsdist c4afb89
 .Nm rcp
cvsdist c4afb89
 command appeared in
cvsdist c4afb89
 .Bx 4.2 .
cvsdist c4afb89
-The version of
cvsdist c4afb89
-.Nm rcp
cvsdist c4afb89
-described here
cvsdist c4afb89
-has been reimplemented with Kerberos in
cvsdist c4afb89
-.Bx 4.3 Reno .
cvsdist c4afb89
 .Sh BUGS
cvsdist c4afb89
 Doesn't detect all cases where the target of a copy might
cvsdist c4afb89
 be a file in cases where only a directory should be legal.
cvsdist c4afb89
diff -uNr netkit-rsh-0.16/rlogin/rlogin.1 netkit-rsh-0.16/rlogin/rlogin.1
cvsdist c4afb89
--- netkit-rsh-0.16/rlogin/rlogin.1	Tue Dec 14 07:52:57 1999
cvsdist c4afb89
+++ netkit-rsh-0.16/rlogin/rlogin.1	Mon May 29 22:51:42 2000
cvsdist c4afb89
@@ -42,7 +42,6 @@
cvsdist c4afb89
 .Ar rlogin
cvsdist c4afb89
 .Op Fl 8EKLdx
cvsdist c4afb89
 .Op Fl e Ar char
cvsdist c4afb89
-.Op Fl k Ar realm
cvsdist c4afb89
 .Op Fl l Ar username
cvsdist c4afb89
 .Ar host
cvsdist c4afb89
 .Sh DESCRIPTION
cvsdist c4afb89
@@ -50,9 +49,7 @@
cvsdist c4afb89
 starts a terminal session on a remote host
cvsdist c4afb89
 .Ar host  .
cvsdist c4afb89
 .Pp
cvsdist c4afb89
-.Nm Rlogin
cvsdist c4afb89
-first attempts to use the Kerberos authorization mechanism, described below.
cvsdist c4afb89
-If the remote host does not supporting Kerberos the standard Berkeley
cvsdist c4afb89
+The standard Berkeley
cvsdist c4afb89
 .Pa rhosts
cvsdist c4afb89
 authorization mechanism is used.
cvsdist c4afb89
 The options are as follows:
cvsdist c4afb89
@@ -71,10 +68,6 @@
cvsdist c4afb89
 When used with the
cvsdist c4afb89
 .Fl 8
cvsdist c4afb89
 option, this provides a completely transparent connection.
cvsdist c4afb89
-.It Fl K
cvsdist c4afb89
-The
cvsdist c4afb89
-.Fl K
cvsdist c4afb89
-option turns off all Kerberos authentication.
cvsdist c4afb89
 .It Fl L
cvsdist c4afb89
 The
cvsdist c4afb89
 .Fl L
cvsdist c4afb89
@@ -94,25 +87,6 @@
cvsdist c4afb89
 ``~'' by default.
cvsdist c4afb89
 This specification may be as a literal character, or as an octal
cvsdist c4afb89
 value in the form \ennn.
cvsdist c4afb89
-.It Fl k
cvsdist c4afb89
-The
cvsdist c4afb89
-.FL k
cvsdist c4afb89
-option requests rlogin to obtain tickets for the remote host
cvsdist c4afb89
-in realm
cvsdist c4afb89
-.Ar realm
cvsdist c4afb89
-instead of the remote host's realm as determined by
cvsdist c4afb89
-.Xr krb_realmofhost  3  .
cvsdist c4afb89
-.It Fl x
cvsdist c4afb89
-The
cvsdist c4afb89
-.Fl x
cvsdist c4afb89
-option turns on
cvsdist c4afb89
-.Tn DES
cvsdist c4afb89
-encryption for all data passed via the
cvsdist c4afb89
-rlogin session.
cvsdist c4afb89
-This may impact response time and
cvsdist c4afb89
-.Tn CPU
cvsdist c4afb89
-utilization, but provides
cvsdist c4afb89
-increased security.
cvsdist c4afb89
 .El
cvsdist c4afb89
 .Pp
cvsdist c4afb89
 A line of the form ``<escape char>.'' disconnects from the remote host.
cvsdist c4afb89
@@ -129,35 +103,6 @@
cvsdist c4afb89
 is transparent.
cvsdist c4afb89
 Flow control via ^S/^Q and flushing of input and output on interrupts
cvsdist c4afb89
 are handled properly.
cvsdist c4afb89
-.Sh KERBEROS AUTHENTICATION
cvsdist c4afb89
-Each user may have a private authorization list in the file
cvsdist c4afb89
-.Pa .klogin
cvsdist c4afb89
-in their home directory.
cvsdist c4afb89
-Each line in this file should contain a Kerberos principal name of the
cvsdist c4afb89
-form
cvsdist c4afb89
-.Ar principal.instance@realm  .
cvsdist c4afb89
-If the originating user is authenticated to one of the principals named
cvsdist c4afb89
-in
cvsdist c4afb89
-.Pa .klogin ,
cvsdist c4afb89
-access is granted to the account.
cvsdist c4afb89
-The principal
cvsdist c4afb89
-.Ar accountname.@localrealm
cvsdist c4afb89
-is granted access if
cvsdist c4afb89
-there is no
cvsdist c4afb89
-.Pa .klogin
cvsdist c4afb89
-file.
cvsdist c4afb89
-Otherwise a login and password will be prompted for on the remote machine
cvsdist c4afb89
-as in
cvsdist c4afb89
-.Xr login  1  .
cvsdist c4afb89
-To avoid certain security problems, the
cvsdist c4afb89
-.Pa .klogin
cvsdist c4afb89
-file must be owned by
cvsdist c4afb89
-the remote user.
cvsdist c4afb89
-.Pp
cvsdist c4afb89
-If Kerberos authentication fails, a warning message is printed and the
cvsdist c4afb89
-standard Berkeley
cvsdist c4afb89
-.Nm rlogin
cvsdist c4afb89
-is used instead.
cvsdist c4afb89
 .Sh ENVIRONMENT
cvsdist c4afb89
 The following environment variable is utilized by
cvsdist c4afb89
 .Nm rlogin :
cvsdist c4afb89
@@ -167,9 +112,6 @@
cvsdist c4afb89
 .El
cvsdist c4afb89
 .Sh SEE ALSO
cvsdist c4afb89
 .Xr rsh 1 ,
cvsdist c4afb89
-.Xr kerberos 3 ,
cvsdist c4afb89
-.Xr krb_sendauth 3 ,
cvsdist c4afb89
-.Xr krb_realmofhost 3
cvsdist c4afb89
 .Sh HISTORY
cvsdist c4afb89
 The
cvsdist c4afb89
 .Nm rlogin
cvsdist c4afb89
diff -uNr netkit-rsh-0.16/rsh/rsh.1 netkit-rsh-0.16/rsh/rsh.1
cvsdist c4afb89
--- netkit-rsh-0.16/rsh/rsh.1	Tue Dec 14 07:52:58 1999
cvsdist c4afb89
+++ netkit-rsh-0.16/rsh/rsh.1	Mon May 29 22:51:29 2000
cvsdist c4afb89
@@ -41,7 +41,6 @@
cvsdist c4afb89
 .Sh SYNOPSIS
cvsdist c4afb89
 .Nm rsh
cvsdist c4afb89
 .Op Fl Kdnx
cvsdist c4afb89
-.Op Fl k Ar realm
cvsdist c4afb89
 .Op Fl l Ar username
cvsdist c4afb89
 .Ar host
cvsdist c4afb89
 .Op command
cvsdist c4afb89
@@ -62,10 +61,6 @@
cvsdist c4afb89
 normally terminates when the remote command does.
cvsdist c4afb89
 The options are as follows:
cvsdist c4afb89
 .Bl -tag -width flag
cvsdist c4afb89
-.It Fl K
cvsdist c4afb89
-The
cvsdist c4afb89
-.Fl K
cvsdist c4afb89
-option turns off all Kerberos authentication.
cvsdist c4afb89
 .It Fl d
cvsdist c4afb89
 The
cvsdist c4afb89
 .Fl d
cvsdist c4afb89
@@ -74,23 +69,11 @@
cvsdist c4afb89
 on the
cvsdist c4afb89
 .Tn TCP
cvsdist c4afb89
 sockets used for communication with the remote host.
cvsdist c4afb89
-.It Fl k
cvsdist c4afb89
-The
cvsdist c4afb89
-.Fl k
cvsdist c4afb89
-option causes
cvsdist c4afb89
-.Nm rsh
cvsdist c4afb89
-to obtain tickets for the remote host in
cvsdist c4afb89
-.Ar realm
cvsdist c4afb89
-instead of the remote host's realm as determined by
cvsdist c4afb89
-.Xr krb_realmofhost  3  .
cvsdist c4afb89
 .It Fl l
cvsdist c4afb89
 By default, the remote username is the same as the local username.
cvsdist c4afb89
 The
cvsdist c4afb89
 .Fl l
cvsdist c4afb89
 option allows the remote name to be specified.
cvsdist c4afb89
-Kerberos authentication is used, and authorization is determined
cvsdist c4afb89
-as in
cvsdist c4afb89
-.Xr rlogin  1  .
cvsdist c4afb89
 .It Fl n
cvsdist c4afb89
 The
cvsdist c4afb89
 .Fl n
cvsdist c4afb89
@@ -99,13 +82,6 @@
cvsdist c4afb89
 (see the
cvsdist c4afb89
 .Sx BUGS
cvsdist c4afb89
 section of this manual page).
cvsdist c4afb89
-.It Fl x
cvsdist c4afb89
-The
cvsdist c4afb89
-.Fl x
cvsdist c4afb89
-option turns on
cvsdist c4afb89
-.Tn DES
cvsdist c4afb89
-encryption for all data exchange.
cvsdist c4afb89
-This may introduce a significant delay in response time.
cvsdist c4afb89
 .El
cvsdist c4afb89
 .Pp
cvsdist c4afb89
 If no
cvsdist c4afb89
@@ -142,9 +118,6 @@
cvsdist c4afb89
 .El
cvsdist c4afb89
 .Sh SEE ALSO
cvsdist c4afb89
 .Xr rlogin 1 ,
cvsdist c4afb89
-.Xr kerberos 3 ,
cvsdist c4afb89
-.Xr krb_sendauth 3 ,
cvsdist c4afb89
-.Xr krb_realmofhost 3
cvsdist c4afb89
 .Sh HISTORY
cvsdist c4afb89
 The
cvsdist c4afb89
 .Nm rsh