*** empty log message ***
[heimdal.git] / appl / kx / rxtelnet.1
blobd52817259258568652a98724114ddd61d9f01749
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 .Op Fl n
18 .Ar host
19 .Op Ar port
20 .Sh DESCRIPTION
21 The
22 .Nm
23 program starts a
24 .Nm xterm
25 window with a telnet to host
26 .Ar host .
27 From this window you will also be able to run X clients that will be
28 able to connect securily to your X server. If
29 .Ar port
30 is given, that port will be used instead of the default.
31 .Pp
32 The supported options are:
33 .Bl -tag -width Ds
34 .It Fl l
35 Log in on the remote host as user
36 .Ar username
37 .It Fl k
38 Disables keep-alives
39 .It Fl t
40 Send
41 .Ar telnet_args
42 as arguments to
43 .Nm telnet
44 .It Fl x
45 Send
46 .Ar xterm_args
47 as arguments to
48 .Nm xterm
49 .It Fl w
50 Use
51 .Ar term_emulator
52 instead of xterm.
53 .It Fl n
54 Do not start any terminal emulator.
55 .El
56 .Sh EXAMPLE
57 To login from host
58 .Va foo
59 (where your display is)
60 to host
61 .Va bar ,
62 you might do the following.
63 .Bl -enum
64 .It
65 On foo: 
66 .Nm
67 .Va bar
68 .It
69 You will get a new window with a
70 .Nm telnet
72 .Va bar .
73 In this window you will be able to start X clients.
74 .El
75 .Sh SEE ALSO
76 .Xr rxterm 1 ,
77 .Xr tenletxr 1 ,
78 .Xr kx 1 ,
79 .Xr kxd 8 ,
80 .Xr telnet 1