
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@978 ec53bebd-3082-4978-b11e-865c3cabbd6b
66 lines
948 B
Groff
66 lines
948 B
Groff
.\" $Id$
|
|
.\"
|
|
.Dd September 27, 1996
|
|
.Dt RXTERM 1
|
|
.Os KTH_KRB
|
|
.Sh NAME
|
|
.Nm rxterm
|
|
.Nd
|
|
start a secure remote xterm
|
|
.Sh SYNOPSIS
|
|
.Nm rxterm
|
|
.Op Fl l Ar username
|
|
.Op Fl r Ar rsh_args
|
|
.Op Fl x Ar xterm_args
|
|
.Ar host
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
program starts a
|
|
.Nm xterm
|
|
window on host
|
|
.Ar host .
|
|
From this window you will also be able to run X clients that will be
|
|
able to connect securily to your X server.
|
|
.Pp
|
|
The supported options are:
|
|
.Bl -tag -width Ds
|
|
.It Fl l
|
|
Log in on the remote host as user
|
|
.Ar username
|
|
.It Fl r
|
|
Send
|
|
.Ar rsh_args
|
|
as arguments to
|
|
.Nm rsh
|
|
.It Fl x
|
|
Send
|
|
.Ar xterm_args
|
|
as arguments to
|
|
.Nm xterm
|
|
.El
|
|
.Sh EXAMPLE
|
|
To login from host
|
|
.Va foo
|
|
(where your display is)
|
|
to host
|
|
.Va bar ,
|
|
you might do the following.
|
|
.Bl -enum
|
|
.It
|
|
On foo:
|
|
.Nm
|
|
.Va bar
|
|
.It
|
|
You will get a new window running an
|
|
.Nm xterm
|
|
on host
|
|
.Va bar .
|
|
In this window you will be able to start X clients.
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr rxtelnet 1 ,
|
|
.Xr kx 1 ,
|
|
.Xr kxd 8 ,
|
|
.Xr rsh 1
|