updated kx and kx man pages
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1467 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
11
appl/kx/kx.1
11
appl/kx/kx.1
@@ -9,8 +9,10 @@
|
||||
securely forward X conections
|
||||
.Sh SYNOPSIS
|
||||
.Ar kx
|
||||
.Op Fl d
|
||||
.Op Fl l Ar username
|
||||
.Op Fl d
|
||||
.Op Fl t
|
||||
.Op Fl p Ar port
|
||||
.Ar host
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
@@ -21,9 +23,14 @@ through an authenticated and encrypted stream. Options supported by
|
||||
.Bl -tag -width Ds
|
||||
.It Fl l
|
||||
Log in on remote the host as user
|
||||
.Ar username
|
||||
.Ar username .
|
||||
.It Fl d
|
||||
Do not fork.
|
||||
.It Fl t
|
||||
Listen not only on a UNIX-domain socket but on a TCP socket as well.
|
||||
.It Fl p
|
||||
Use the port
|
||||
.Ar port .
|
||||
.El
|
||||
.Pp
|
||||
This program is used by
|
||||
|
@@ -10,6 +10,8 @@ securely forward X conections
|
||||
.Sh SYNOPSIS
|
||||
.Ar kxd
|
||||
.Op Fl t
|
||||
.Op Fl i
|
||||
.Op Fl p Ar port
|
||||
.Sh DESCRIPTION
|
||||
This is the daemon for
|
||||
.Nm kx .
|
||||
@@ -22,7 +24,7 @@ TCP. Normally
|
||||
.Nm kxd
|
||||
will only listen for X connections on a UNIX socket, but some machines
|
||||
(for example, Cray) have X libraries that are not able to use UNIX
|
||||
sockets and thus you need to use TCP to talk to the psuedo-xserver
|
||||
sockets and thus you need to use TCP to talk to the pseudo-xserver
|
||||
created by
|
||||
.Nm kxd.
|
||||
This option decreases the security significantly and should only be
|
||||
@@ -33,6 +35,11 @@ Interactive. Do not expect to be started by
|
||||
.Nm inetd,
|
||||
but allocate and listen to the socket yourself. Handy for testing
|
||||
and debugging.
|
||||
.It Fl p
|
||||
Port. Listen on the port
|
||||
.Ar port .
|
||||
Only usable with
|
||||
.Fl i .
|
||||
.El
|
||||
|
||||
.Sh EXAMPLES
|
||||
|
Reference in New Issue
Block a user