No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / appl / kx / kx.1
blob5acfc32d355aa75ddaab8f11b4b780c7885e53c7
1 .\" Copyright (c) 1996 - 1997 Kungliga Tekniska Högskolan
2 .\" (Royal Institute of Technology, Stockholm, Sweden). 
3 .\" All rights reserved. 
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without 
6 .\" modification, are permitted provided that the following conditions 
7 .\" are met: 
8 .\"
9 .\" 1. Redistributions of source code must retain the above copyright 
10 .\"    notice, this list of conditions and the following disclaimer. 
11 .\"
12 .\" 2. Redistributions in binary form must reproduce the above copyright 
13 .\"    notice, this list of conditions and the following disclaimer in the 
14 .\"    documentation and/or other materials provided with the distribution. 
15 .\"
16 .\" 3. Neither the name of the Institute nor the names of its contributors 
17 .\"    may be used to endorse or promote products derived from this software 
18 .\"    without specific prior written permission. 
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
30 .\" SUCH DAMAGE. 
31 .\" 
32 .\" $Heimdal: kx.1 11987 2003-04-11 12:50:03Z lha $
33 .\" $NetBSD$
34 .\"
35 .Dd September 27, 1996
36 .Dt KX 1
37 .Os KTH-KRB
38 .Sh NAME
39 .Nm kx
40 .Nd
41 securely forward X conections
42 .Sh SYNOPSIS
43 .Ar kx
44 .Op Fl l Ar username
45 .Op Fl k
46 .Op Fl d
47 .Op Fl t
48 .Op Fl p Ar port
49 .Op Fl P
50 .Ar host
51 .Sh DESCRIPTION
52 The
53 .Nm
54 program forwards an X connection from a remote client to a local screen
55 through an authenticated and encrypted stream.  Options supported by
56 .Nm kx :
57 .Bl -tag -width Ds
58 .It Fl l
59 Log in on the remote the host as user
60 .Ar username .
61 .It Fl k
62 Do not enable keep-alives on the TCP connections.
63 .It Fl d
64 Do not fork. This is mainly useful for debugging.
65 .It Fl t
66 Listen not only on a UNIX-domain socket but on a TCP socket as well.
67 .It Fl p
68 Use the port
69 .Ar port .
70 .It Fl P
71 Force passive mode.
72 .El
73 .Pp
74 This program is used by
75 .Nm rxtelnet
76 and
77 .Nm rxterm
78 and you should not need to run it directly.
79 .Pp
80 It connects to a
81 .Nm kxd
82 on the host
83 .Ar host
84 and then will relay the traffic from the remote X clients to the local
85 server.  When started, it prints the display and Xauthority-file to be
86 used on host
87 .Ar host
88 and then goes to the background, waiting for connections from the
89 remote
90 .Nm kxd .
91 .Sh SEE ALSO
92 .Xr rxtelnet 1 ,
93 .Xr rxterm 1 ,
94 .Xr kxd 8