source: heimdal/trunk/appl/kx/rxtelnet.1@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

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