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