remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / appl / kx / rxtelnet.1
1 .\" Copyright (c) 1996 - 1998, 2001 - 2002 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 .\" $Id: rxtelnet.1,v 1.12 2003/04/11 12:48:46 lha Exp $
33 .\"
34 .Dd September 27, 1996
35 .Dt RXTELNET 1
36 .Os KTH_KRB
37 .Sh NAME
38 .Nm rxtelnet
39 .Nd
40 start a telnet and forward X-connections.
41 .Sh SYNOPSIS
42 .Nm rxtelnet
43 .Op Fl l Ar username
44 .Op Fl k
45 .Op Fl t Ar telnet_args
46 .Op Fl x Ar xterm_args
47 .Op Fl K Ar kx_args
48 .Op Fl w Ar term_emulator
49 .Op Fl b Ar telnet_program
50 .Op Fl n
51 .Op Fl v
52 .Ar host
53 .Op Ar port
54 .Sh DESCRIPTION
55 The
56 .Nm
57 program starts an
58 .Nm xterm
59 window with a telnet to host
60 .Ar host .
61 From this window you will also be able to run X clients that will be
62 able to connect securely to your X server. If
63 .Ar port
64 is given, that port will be used instead of the default.
65 .Pp
66 The supported options are:
67 .Bl -tag -width Ds
68 .It Fl l
69 Log in on the remote host as user
70 .Ar username .
71 .It Fl k
72 Disables keep-alives.
73 .It Fl t
74 Send
75 .Ar telnet_args
76 as arguments to
77 .Nm telnet .
78 .It Fl x
79 Send
80 .Ar xterm_args
81 as arguments to
82 .Nm xterm .
83 .It Fl X
84 Send
85 .Ar kx_args
86 as arguments to
87 .Nm kx .
88 .It Fl w
89 Use
90 .Ar term_emulator
91 instead of xterm.
92 .It Fl b
93 Use
94 .Ar telnet_program
95 instead of telnet.
96 .It Fl n
97 Do not start any terminal emulator.
98 .It Fl v
99 Be verbose.
100 .El
101 .Sh EXAMPLE
102 To login from host
103 .Va foo
104 (where your display is)
105 to host
106 .Va bar ,
107 you might do the following.
108 .Bl -enum
109 .It
110 On foo:
111 .Nm
112 .Va bar
113 .It
114 You will get a new window with a
115 .Nm telnet
116 to
117 .Va bar .
118 In this window you will be able to start X clients.
119 .El
120 .Sh SEE ALSO
121 .Xr kx 1 ,
122 .Xr rxterm 1 ,
123 .Xr telnet 1 ,
124 .Xr tenletxr 1 ,
125 .Xr kxd 8