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