Release 0.0r
[heimdal.git] / appl / kx / tenletxr.1
blob0038ca54dfc726a7930d160b46ea79a07c322f50
1 .\" $Id$
2 .\"
3 .Dd March 31, 1997
4 .Dt TENLETXR 1
5 .Os KTH_KRB
6 .Sh NAME
7 .Nm tenletxr
8 .Nd
9 forward X-connections backwards.
10 .Sh SYNOPSIS
11 .Nm tenletxr
12 .Op Fl l Ar username
13 .Op Fl k
14 .Ar host
15 .Op Ar port
16 .Sh DESCRIPTION
17 The
18 .Nm
19 program
20 enables forwarding of X-connections from this machine to host
21 .Ar host .
23 .Ar port
24 is given, that port will be used instead of the default.
25 .Pp
26 The supported options are:
27 .Bl -tag -width Ds
28 .It Fl l
29 Log in on the remote host as user
30 .Ar username
31 .It Fl k
32 Disables keep-alives.
33 .El
34 .Sh EXAMPLE
35 To login from host
36 .Va foo
37 to host
38 .Va bar
39 (where your display is),
40 you might do the following.
41 .Bl -enum
42 .It
43 On foo: 
44 .Nm
45 .Va bar
46 .It
47 You will get a new shell where you will be able to start X clients
48 that will show their windows on
49 .Va bar .
50 .El
51 .Sh BUGS
52 It currently checks if you have permission to run it by checking if
53 you own
54 .Pa /dev/console
55 on the remote host.
56 .Sh SEE ALSO
57 .Xr rxtelnet 1 ,
58 .Xr rxterm 1 ,
59 .Xr kx 1 ,
60 .Xr kxd 8 ,
61 .Xr telnet 1