fix
[heimdal.git] / appl / kx / rxterm.1
blob4fde08e3b65535c3b898007184d1f194657fb865
1 .\" $Id$
2 .\"
3 .Dd September 27, 1996
4 .Dt RXTERM 1
5 .Os KTH_KRB
6 .Sh NAME
7 .Nm rxterm
8 .Nd
9 start a secure remote xterm
10 .Sh SYNOPSIS
11 .Nm rxterm
12 .Op Fl l Ar username
13 .Op Fl k
14 .Op Fl r Ar rsh_args
15 .Op Fl x Ar xterm_args
16 .Op Fl w Ar term_emulator
17 .Ar host
18 .Op Ar port
19 .Sh DESCRIPTION
20 The
21 .Nm
22 program starts a
23 .Nm xterm
24 window on host
25 .Ar host .
26 From this window you will also be able to run X clients that will be
27 able to connect securily to your X server. If
28 .Ar port
29 is given, that port will be used instead of the default.
30 .Pp
31 The supported options are:
32 .Bl -tag -width Ds
33 .It Fl l
34 Log in on the remote host as user
35 .Ar username
36 .It Fl k
37 Disable keep-alives
38 .It Fl r
39 Send
40 .Ar rsh_args
41 as arguments to
42 .Nm rsh
43 .It Fl x
44 Send
45 .Ar xterm_args
46 as arguments to
47 .Nm xterm
48 .It Fl w
49 Use
50 .Ar term_emulator
51 instead of xterm.
52 .El
53 .Sh EXAMPLE
54 To login from host
55 .Va foo
56 (where your display is)
57 to host
58 .Va bar ,
59 you might do the following.
60 .Bl -enum
61 .It
62 On foo: 
63 .Nm
64 .Va bar
65 .It
66 You will get a new window running an
67 .Nm xterm
68 on host
69 .Va bar .
70 In this window you will be able to start X clients.
71 .El
72 .Sh SEE ALSO
73 .Xr rxtelnet 1 ,
74 .Xr tenletxr 1 ,
75 .Xr kx 1 ,
76 .Xr kxd 8 ,
77 .Xr rsh 1