Updated man pages for kauthd, kx, and kxd.

Added man pages for rxterm and rxtelnet


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@784 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-28 22:04:52 +00:00
parent c22bbc66a7
commit bdeb9d9491
4 changed files with 147 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
.\" $Id$
.\"
.Dd August 26, 1996
.Dd September 27, 1996
.Dt KX 1
.Os KTH-KRB
.Sh NAME
@@ -8,68 +8,38 @@
.Nd
securely forward X conections
.Sh SYNOPSIS
.Nm
.Ar kx
.Op Fl d
.Ar host
.Sh DESCRIPTION
The
.Nm
forwards a X connection from a remote client to a local screen through
an authenticated and encrypted stream.
.Sh EXAMPLES
To forward a connection from host
.Va foo
to host
.Va bar
(where the display is), you might do the following.
.Bl -enum
.It
Login to
.Va foo .
.It
Move your X-cookie from
.Va bar
to
.Va foo .
.Pp
The cookie you should move is the one used for unix-domain
connections, like:
.Bd -literal
bar.baz.com/unix:0 MIT-MAGIC-COOKIE-1 bf40ca5d710d80e400541a9ff0fb7ebc
.Ed
.Pp
On
.Va foo ,
type the following
.Bd -literal
xauth add `hostname`/unix:1 . bf40ca5d710d80e400541a9ff0fb7ebc
.Ed
.It
Assuming you have added
.Nm kxd
to
.Pa inet.conf
on
.Va bar ,
just start
.Nm kx
on
.Va foo :
.Bd -literal
kx bar&
.Ed
.It
Start any X applications on
.Va foo ,
remember to use display 1.
.Bd -literal
xclock -display :1
.Ed
program forwards a X connection from a remote client to a local screen
through an authenticated and encrypted stream. Options supported by
.Nm kx :
.Bl -tag -width Ds
.It Fl d
Do not fork.
.El
.Sh SEE ALSO
.Xr kxd 8
.Sh BUGS
Only works if the unix-sockets are located in
.Pa /tmp/.X11-unix .
.Pp
Can only be used by one person at a time (since it only uses display
#1).
This program is used by
.Nm rxtelnet
and
.Nm rxterm
and you should not need to run it directly.
.Pp
It connects to a
.Nm kxd
on the host
.Ar host
and then will relay the traffic from the remote X clients to the local
server. When started, it prints the display and Xauthority-file to be
used on host
.Ar host
and then goes to the background, waiting for connections from the
remote
.Nm kxd.
.Sh SEE ALSO
.Xr rxtelnet 1 ,
.Xr rxterm 1 ,
.Xr kxd 8