*** empty log message ***
[heimdal.git] / appl / kx / kx.1
blob0566ce7388a109df41a2dc4db353acb67a441865
1 .\" $Id$
2 .\"
3 .Dd September 27, 1996
4 .Dt KX 1
5 .Os KTH-KRB
6 .Sh NAME
7 .Nm kx
8 .Nd
9 securely forward X conections
10 .Sh SYNOPSIS
11 .Ar kx
12 .Op Fl l Ar username
13 .Op Fl k
14 .Op Fl d
15 .Op Fl t
16 .Op Fl p Ar port
17 .Op Fl P
18 .Ar host
19 .Sh DESCRIPTION
20 The
21 .Nm
22 program forwards a X connection from a remote client to a local screen
23 through an authenticated and encrypted stream.  Options supported by
24 .Nm kx :
25 .Bl -tag -width Ds
26 .It Fl l
27 Log in on remote the host as user
28 .Ar username .
29 .It Fl k
30 Do not enable keep-alives on the TCP connections.
31 .It Fl d
32 Do not fork. This is mainly useful for debugging.
33 .It Fl t
34 Listen not only on a UNIX-domain socket but on a TCP socket as well.
35 .It Fl p
36 Use the port
37 .Ar port .
38 .It Fl P
39 Force passive mode.
40 .El
41 .Pp
42 This program is used by
43 .Nm rxtelnet
44 and
45 .Nm rxterm
46 and you should not need to run it directly.
47 .Pp
48 It connects to a
49 .Nm kxd
50 on the host
51 .Ar host
52 and then will relay the traffic from the remote X clients to the local
53 server.  When started, it prints the display and Xauthority-file to be
54 used on host
55 .Ar host
56 and then goes to the background, waiting for connections from the
57 remote
58 .Nm kxd.
59 .Sh SEE ALSO
60 .Xr rxtelnet 1 ,
61 .Xr rxterm 1 ,
62 .Xr kxd 8