summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/rsh/rshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/rsh/rshd.8')
-rw-r--r--crypto/heimdal/appl/rsh/rshd.832
1 files changed, 16 insertions, 16 deletions
diff --git a/crypto/heimdal/appl/rsh/rshd.8 b/crypto/heimdal/appl/rsh/rshd.8
index 5b65e1b..22ad0fc 100644
--- a/crypto/heimdal/appl/rsh/rshd.8
+++ b/crypto/heimdal/appl/rsh/rshd.8
@@ -22,38 +22,38 @@ program. It provides an authenticated remote command execution
service. Supported options are:
.Bl -tag -width Ds
.It Xo
-.Fl n Ns ,
+.Fl n ,
.Fl -no-keepalive
.Xc
Disables keep-alive messages. Keep-alives are packets sent a certain
interval to make sure that the client is still there, even when it
doesn't send any data.
.It Xo
-.Fl k Ns ,
+.Fl k ,
.Fl -kerberos
.Xc
Assume that clients connecting to this server will use some form of
Kerberos authentication. See the
.Sx EXAMPLES
-section for a sample
-.Xr inetd.conf 5
+section for a sample
+.Xr inetd.conf 5
configuration.
.It Xo
-.Fl x Ns ,
+.Fl x ,
.Fl -encrypt
.Xc
For Kerberos 4 this means that the connections are encrypted. Kerberos
5 will negotiate encryption inline. This option implies
.Fl k .
.\".It Xo
-.\".Fl l Ns ,
+.\".Fl l ,
.\".Fl -no-rhosts
.\".Xc
.\"When using old port-based authentication, the user's
.\".Pa .rhosts
.\"files are normally checked. This options disables this.
.It Xo
-.Fl v Ns ,
+.Fl v ,
.Fl -vacuous
.Xc
If the connecting client does not use any Kerberised authentication,
@@ -71,21 +71,21 @@ call, so all tokens will be put in the default (uid-based) PAG, making
it possible to share tokens between sessions. This is only useful in
peculiar environments, such as some batch systems.
.It Xo
-.Fl i Ns ,
+.Fl i ,
.Fl -no-inetd
.Xc
-The
-.Fl i
+The
+.Fl i
option will cause
-.Nm
-to create a socket, instead of assuming that its stdin came from
+.Nm
+to create a socket, instead of assuming that its stdin came from
.Xr inetd 8 .
This is mostly useful for debugging.
.It Xo
-.Fl p Ar port Ns ,
+.Fl p Ar port ,
.Fl -port= Ns Ar port
.Xc
-Port to use with
+Port to use with
.Fl i .
.It Xo
.Fl a
@@ -95,7 +95,7 @@ This flag is for backwards compatibility only.
.Fl L
.Xc
This flag enables logging of connections to
-.Xr syslogd 8 .
+.Xr syslogd 8 .
This option is always on in this implementation.
.El
.\".Sh ENVIRONMENT
@@ -106,7 +106,7 @@ This option is always on in this implementation.
.El
.Sh EXAMPLES
The following can be used to enable Kerberised rsh in
-.Xr inetd.cond 5 ,
+.Xr inetd.cond 5 ,
while disabling non-Kerberised connections:
.Bd -literal
shell stream tcp nowait root /usr/libexec/rshd rshd -v
OpenPOWER on IntegriCloud