source: heimdal/trunk/appl/kx/rxterm.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: 2.9 KB
Line 
1.\" Copyright (c) 1996 - 1997, 2001 - 2003 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 April 11, 2003
35.Dt RXTERM 1
36.Os KTH_KRB
37.Sh NAME
38.Nm rxterm
39.Nd start a secure remote xterm
40.Sh SYNOPSIS
41.Nm rxterm
42.Op Fl l Ar username
43.Op Fl k
44.Op Fl r Ar rsh_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 rsh_program
49.Ar host
50.Op Ar port
51.Sh DESCRIPTION
52The
53.Nm
54program starts an
55.Nm xterm
56window on host
57.Ar host .
58From this window you will also be able to run X clients that will be
59able to connect securely to your X server. If
60.Ar port
61is given, that port will be used instead of the default.
62.Pp
63The supported options are:
64.Bl -tag -width Ds
65.It Fl l
66Log in on the remote host as user
67.Ar username .
68.It Fl k
69Disable keep-alives.
70.It Fl r
71Send
72.Ar rsh_args
73as arguments to
74.Nm rsh .
75.It Fl x
76Send
77.Ar xterm_args
78as arguments to
79.Nm xterm .
80.It Fl X
81Send
82.Ar kx_args
83as arguments to
84.Nm kx .
85.It Fl w
86Use
87.Ar term_emulator
88instead of xterm.
89.It Fl b
90Use
91.Ar rsh_program
92instead of rsh.
93.It Fl v
94Be verbose.
95.El
96.Sh EXAMPLE
97To login from host
98.Va foo
99(where your display is)
100to host
101.Va bar ,
102you might do the following.
103.Bl -enum
104.It
105On foo:
106.Nm
107.Va bar
108.It
109You will get a new window running an
110.Nm xterm
111on host
112.Va bar .
113In this window you will be able to start X clients.
114.El
115.Sh SEE ALSO
116.Xr kx 1 ,
117.Xr rsh 1 ,
118.Xr rxtelnet 1 ,
119.Xr tenletxr 1 ,
120.Xr kxd 8
Note: See TracBrowser for help on using the repository browser.