git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11987 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-11 12:50:03 +00:00
parent 8ac349f52f
commit 4c21ae8c5d
4 changed files with 21 additions and 21 deletions

View File

@@ -50,12 +50,12 @@ securely forward X conections
.Sh DESCRIPTION
The
.Nm
program forwards a X connection from a remote client to a local screen
program forwards an X connection from a remote client to a local screen
through an authenticated and encrypted stream. Options supported by
.Nm kx :
.Bl -tag -width Ds
.It Fl l
Log in on remote the host as user
Log in on the remote the host as user
.Ar username .
.It Fl k
Do not enable keep-alives on the TCP connections.
@@ -86,7 +86,7 @@ used on host
.Ar host
and then goes to the background, waiting for connections from the
remote
.Nm kxd.
.Nm kxd .
.Sh SEE ALSO
.Xr rxtelnet 1 ,
.Xr rxterm 1 ,

View File

@@ -57,13 +57,13 @@ will only listen for X connections on a UNIX socket, but some machines
(for example, Cray) have X libraries that are not able to use UNIX
sockets and thus you need to use TCP to talk to the pseudo-xserver
created by
.Nm kxd.
.Nm kxd .
This option decreases the security significantly and should only be
used when it is necessary and you have considered the consequences of
doing so.
.It Fl i
Interactive. Do not expect to be started by
.Nm inetd,
.Nm inetd ,
but allocate and listen to the socket yourself. Handy for testing
and debugging.
.It Fl p

View File

@@ -54,12 +54,12 @@ start a telnet and forward X-connections.
.Sh DESCRIPTION
The
.Nm
program starts a
program starts an
.Nm xterm
window with a telnet to 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. If
able to connect securely to your X server. If
.Ar port
is given, that port will be used instead of the default.
.Pp
@@ -67,24 +67,24 @@ The supported options are:
.Bl -tag -width Ds
.It Fl l
Log in on the remote host as user
.Ar username
.Ar username .
.It Fl k
Disables keep-alives
Disables keep-alives.
.It Fl t
Send
.Ar telnet_args
as arguments to
.Nm telnet
.Nm telnet .
.It Fl x
Send
.Ar xterm_args
as arguments to
.Nm xterm
.Nm xterm .
.It Fl X
Send
.Ar kx_args
as arguments to
.Nm kx
.Nm kx .
.It Fl w
Use
.Ar term_emulator

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 1996 - 1997, 2001 - 2002 Kungliga Tekniska H<>gskolan
.\" Copyright (c) 1996 - 1997, 2001 - 2003 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd September 27, 1996
.Dd April 11, 2003
.Dt RXTERM 1
.Os KTH_KRB
.Sh NAME
@@ -52,12 +52,12 @@ start a secure remote xterm
.Sh DESCRIPTION
The
.Nm
program starts a
program starts an
.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. If
able to connect securely to your X server. If
.Ar port
is given, that port will be used instead of the default.
.Pp
@@ -65,24 +65,24 @@ The supported options are:
.Bl -tag -width Ds
.It Fl l
Log in on the remote host as user
.Ar username
.Ar username .
.It Fl k
Disable keep-alives
Disable keep-alives.
.It Fl r
Send
.Ar rsh_args
as arguments to
.Nm rsh
.Nm rsh .
.It Fl x
Send
.Ar xterm_args
as arguments to
.Nm xterm
.Nm xterm .
.It Fl X
Send
.Ar kx_args
as arguments to
.Nm kx
.Nm kx .
.It Fl w
Use
.Ar term_emulator