Release 0.0r
[heimdal.git] / appl / kx / rxtelnet.1
blobf0cd33b3902ed01138508372e5efef54cc2d494e
1 .\" $Id$
2 .\"
3 .Dd September 27, 1996
4 .Dt RXTELNET 1
5 .Os KTH_KRB
6 .Sh NAME
7 .Nm rxtelnet
8 .Nd
9 start a telnet and forward X-connections.
10 .Sh SYNOPSIS
11 .Nm rxtelnet
12 .Op Fl l Ar username
13 .Op Fl k        
14 .Op Fl t Ar telnet_args
15 .Op Fl x Ar xterm_args
16 .Op Fl w Ar term_emulator
17 .Ar host
18 .Op Ar port
19 .Sh DESCRIPTION
20 The
21 .Nm
22 program starts a
23 .Nm xterm
24 window with a telnet to host
25 .Ar host .
26 From this window you will also be able to run X clients that will be
27 able to connect securily to your X server. If
28 .Ar port
29 is given, that port will be used instead of the default.
30 .Pp
31 The supported options are:
32 .Bl -tag -width Ds
33 .It Fl l
34 Log in on the remote host as user
35 .Ar username
36 .It Fl k
37 Disables keep-alives
38 .It Fl t
39 Send
40 .Ar telnet_args
41 as arguments to
42 .Nm telnet
43 .It Fl x
44 Send
45 .Ar xterm_args
46 as arguments to
47 .Nm xterm
48 .It Fl w
49 Use
50 .Ar term_emulator
51 instead of xterm.
52 .El
53 .Sh EXAMPLE
54 To login from host
55 .Va foo
56 (where your display is)
57 to host
58 .Va bar ,
59 you might do the following.
60 .Bl -enum
61 .It
62 On foo: 
63 .Nm
64 .Va bar
65 .It
66 You will get a new window with a
67 .Nm telnet
69 .Va bar .
70 In this window you will be able to start X clients.
71 .El
72 .Sh SEE ALSO
73 .Xr rxterm 1 ,
74 .Xr tenletxr 1 ,
75 .Xr kx 1 ,
76 .Xr kxd 8 ,
77 .Xr telnet 1