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