From db3639c852f368f43ed7c6942ba649caaf310690 Mon Sep 17 00:00:00 2001 From: phantom Date: Fri, 7 Jan 2000 13:14:32 +0000 Subject: . mdoc(7)'fy . add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages . sort Xrs in SEE ALSO sections Patches based on PR: docs/15680 Submitted by: Christian Weisgerber --- bin/rcp/rcp.1 | 13 +++++++++---- libexec/rlogind/rlogind.8 | 24 +++++++++++++++++------- libexec/rshd/rshd.8 | 16 ++++++++++++---- usr.bin/rlogin/rlogin.1 | 43 +++++++++++++++++++++++++++++-------------- usr.bin/rsh/rsh.1 | 4 +++- 5 files changed, 70 insertions(+), 30 deletions(-) diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 24a820b..3034e20 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -55,7 +55,9 @@ copies files between machines. Each or .Ar directory argument is either a remote file name of the -form ``rname@rhost:path'', or a local file name (containing no `:' characters, +form +.Dq rname@rhost:path , +or a local file name (containing no `:' characters, or a `/' before any `:'s). .Pp The following options are available: @@ -69,7 +71,7 @@ to obtain tickets for the remote host in realm .Ar realm instead of the remote host's realm as determined by -.Xr krb_realmofhost 3 . +.Xr krb_realmofhost 3 . .It Fl p Cause .Nm @@ -129,7 +131,9 @@ configure authentication services .Xr cp 1 , .Xr ftp 1 , .Xr rlogin 1 , -.Xr rsh 1 +.Xr rsh 1 , +.Xr auth.conf 5 , +.Xr hosts.equiv 5 . .Sh HISTORY The .Nm @@ -152,7 +156,8 @@ or file on the remote host. .Pp The destination user and hostname may have to be specified as -``rhost.rname'' when the destination machine is running the +.Dq rhost.rname +when the destination machine is running the .Bx 4.2 version of .Nm Ns . diff --git a/libexec/rlogind/rlogind.8 b/libexec/rlogind/rlogind.8 index 7eebc2b..14d7a93 100644 --- a/libexec/rlogind/rlogind.8 +++ b/libexec/rlogind/rlogind.8 @@ -74,13 +74,17 @@ Enable vacuous mode. Enable .Tn DES encryption for all data passed via the rlogin -session. This may impact response time -and CPU utilization, but provides increased security. +session. This may impact response time +and +.Tn CPU +utilization, but provides increased security. .El .Pp .Nm Rlogind listens for service requests at the port indicated in -the ``login'' service specification; see +the +.Dq login +service specification; see .Xr services 5 . When a service request is received the following protocol is initiated: @@ -169,21 +173,27 @@ by the server failed. .Sh SEE ALSO .Xr login 1 , .Xr ruserok 3 , +.Xr hosts.equiv 5 , .Xr hosts 5 , +.Xr login.conf 5 , .Xr nologin 5 , -.Xr rshd 8 +.Xr services 5 , +.Xr rshd 8 . .Sh FILES .Bl -tag -width /etc/hostsxxxxxxxx -compact .It Pa /etc/hosts .It Pa /etc/hosts.equiv -.It Pa $HOME/.rhosts +.Sm off +.It Pa Ev $HOME /.rhosts +.Sm on .It Pa /var/run/nologin .El - .Sh BUGS The authentication procedure used here assumes the integrity of each client machine and the connecting medium. This is -insecure, but is useful in an ``open'' environment. +insecure, but is useful in an +.Dq open +environment. .Pp A facility to allow all data exchanges to be encrypted should be present. diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index e349ea0..80cdbc1 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -56,7 +56,9 @@ The .Nm server listens for service requests at the port indicated in -the ``cmd'' service specification; see +the +.Dq cmd +service specification; see .Xr services 5 . When a service request is received the following protocol is initiated: @@ -87,7 +89,7 @@ and requests the corresponding host name (see .Xr gethostbyaddr 3 , .Xr hosts 5 and -.Xr named 8 ). +.Xr named 8 ) . If the hostname cannot be determined or the hostname and address do not match after verification, the dot-notation representation of the host address is used. @@ -218,6 +220,8 @@ and is not preceded by a flag byte. .Xr gethostbyaddr 3 , .Xr rcmd 3 , .Xr ruserok 3 , +.Xr auth.conf 5 , +.Xr hosts.equiv 5 , .Xr hosts 5 , .Xr login.conf 5 , .Xr nologin 5 , @@ -230,13 +234,17 @@ and is not preceded by a flag byte. .It Pa /etc/hosts .It Pa /etc/hosts.equiv .It Pa /etc/login.conf -.It Pa $HOME/.rhosts +.Sm off +.It Pa Ev $HOME /.rhosts +.Sm on .It Pa /var/run/nologin .El .Sh BUGS The authentication procedure used here assumes the integrity of each client machine and the connecting medium. This is -insecure, but is useful in an ``open'' environment. +insecure, but is useful in an +.Dq open +environment. .Pp A facility to allow all data exchanges to be encrypted should be present. diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index d95e642..e2fa76c 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -84,7 +84,9 @@ option turns off all Kerberos authentication. .It Fl L The .Fl L -option allows the rlogin session to be run in ``litout'' (see +option allows the rlogin session to be run in +.Dq litout +(see .Xr tty 4 ) mode. .It Fl d @@ -97,7 +99,8 @@ on the TCP sockets used for communication with the remote host. The .Fl e option allows user specification of the escape character, which is -``~'' by default. +.Dq ~ +by default. This specification may be as a literal character, or as an octal value in the form \ennn. .It Fl i @@ -133,13 +136,23 @@ utilization, but provides increased security. .El .Pp -A line of the form ``.'' disconnects from the remote host. -Similarly, the line ``^Z'' will suspend the +A line of the form +.Dq Aq escape char . +disconnects from the remote host. +Similarly, the line +.Dq Ao escape char Ac Ns ^Z +will suspend the .Nm -session, and ``'' suspends the +session, and +.Dq Ao escape char Ac Ao delayed-suspend char Ac +suspends the send portion of the rlogin, but allows output from the remote system. -By default, the tilde (``~'') character is the escape character, and -normally control-Y (``^Y'') is the delayed-suspend character. +By default, the tilde +.Pq Dq ~ +character is the escape character, and +normally control-Y +.Pq Dq ^Y +is the delayed-suspend character. .Pp All echoing takes place at the remote site, so that (except for delays) the @@ -178,13 +191,13 @@ standard Berkeley is used instead. .Sh ENVIRONMENT The following environment variable is utilized by -.Nm rlogin : +.Nm Ns : .Bl -tag -width TERM .It Ev TERM Determines the user's terminal type. .El .Sh SEE ALSO -.Xr login , +.Xr login 1 , .Xr rsh 1 , .Xr telnet 1 , .Xr setsockopt 2 , @@ -193,19 +206,21 @@ Determines the user's terminal type. .Xr krb_sendauth 3 , .Xr ruserok 3 , .Xr tty 4 , +.Xr auth.conf 5 , +.Xr hosts.equiv 5 , .Xr hosts 5 , .Xr rlogind 8 , -.Xr rshd 8 - +.Xr rshd 8 . .Sh FILES .Bl -tag -width /etc/hosts -compact .It Pa /etc/hosts .It Pa /etc/hosts.equiv .It Pa /etc/auth.conf -.It Pa $HOME/.rhosts -.It Pa $HOME/.klogin +.Sm off +.It Pa Ev $HOME /.rhosts +.It Pa Ev $HOME /.klogin +.Sm on .El - .Sh HISTORY The .Nm diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 61b15cb..0dfa52f 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -147,9 +147,11 @@ to .Xr krb_sendauth 3 , .Xr rcmd 3 , .Xr ruserok 3 , +.Xr auth.conf 5 , +.Xr hosts.equiv 5 , .Xr hosts 5 , .Xr rlogind 8 , -.Xr rshd 8 +.Xr rshd 8 . .Sh HISTORY The .Nm -- cgit v1.1