dig up changes
[heimdal.git] / appl / kx / kxd.8
blob6d6b45c1ab6cc04e63455cd8d1994ff06507b5bc
1 .\" $Id$
2 .\"
3 .Dd September 27, 1996
4 .Dt KXD 8
5 .Os KTH-KRB
6 .Sh NAME
7 .Nm kxd
8 .Nd
9 securely forward X conections
10 .Sh SYNOPSIS
11 .Ar kxd
12 .Op Fl t
13 .Op Fl i
14 .Op Fl p Ar port
15 .Sh DESCRIPTION
16 This is the daemon for
17 .Nm kx .
18 .Pp
19 Options supported by
20 .Nm kxd :
21 .Bl -tag -width Ds
22 .It Fl t
23 TCP.  Normally
24 .Nm kxd
25 will only listen for X connections on a UNIX socket, but some machines
26 (for example, Cray) have X libraries that are not able to use UNIX
27 sockets and thus you need to use TCP to talk to the pseudo-xserver
28 created by
29 .Nm kxd.
30 This option decreases the security significantly and should only be
31 used when it is necessary and you have considered the consequences of
32 doing so.
33 .It Fl i
34 Interactive.  Do not expect to be started by
35 .Nm inetd,
36 but allocate and listen to the socket yourself.  Handy for testing
37 and debugging.
38 .It Fl p
39 Port.  Listen on the port
40 .Ar port .
41 Only usable with
42 .Fl i .
43 .El
45 .Sh EXAMPLES
46 Put the following in
47 .Pa /etc/inetd.conf :
48 .Bd -literal
49 kx      stream  tcp     nowait  root    /usr/athena/libexec/kxd kxd
50 .Ed
51 .Sh SEE ALSO
52 .Xr kx 1 ,
53 .Xr rxtelnet 1 ,
54 .Xr rxterm 1