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 .Sh DESCRIPTION
The The
.Nm .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 through an authenticated and encrypted stream. Options supported by
.Nm kx : .Nm kx :
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl l .It Fl l
Log in on remote the host as user Log in on the remote the host as user
.Ar username . .Ar username .
.It Fl k .It Fl k
Do not enable keep-alives on the TCP connections. Do not enable keep-alives on the TCP connections.
@@ -86,7 +86,7 @@ used on host
.Ar host .Ar host
and then goes to the background, waiting for connections from the and then goes to the background, waiting for connections from the
remote remote
.Nm kxd. .Nm kxd .
.Sh SEE ALSO .Sh SEE ALSO
.Xr rxtelnet 1 , .Xr rxtelnet 1 ,
.Xr rxterm 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 (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 sockets and thus you need to use TCP to talk to the pseudo-xserver
created by created by
.Nm kxd. .Nm kxd .
This option decreases the security significantly and should only be This option decreases the security significantly and should only be
used when it is necessary and you have considered the consequences of used when it is necessary and you have considered the consequences of
doing so. doing so.
.It Fl i .It Fl i
Interactive. Do not expect to be started by Interactive. Do not expect to be started by
.Nm inetd, .Nm inetd ,
but allocate and listen to the socket yourself. Handy for testing but allocate and listen to the socket yourself. Handy for testing
and debugging. and debugging.
.It Fl p .It Fl p

View File

@@ -54,12 +54,12 @@ start a telnet and forward X-connections.
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
program starts a program starts an
.Nm xterm .Nm xterm
window with a telnet to host window with a telnet to host
.Ar host . .Ar host .
From this window you will also be able to run X clients that will be 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 .Ar port
is given, that port will be used instead of the default. is given, that port will be used instead of the default.
.Pp .Pp
@@ -67,24 +67,24 @@ The supported options are:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl l .It Fl l
Log in on the remote host as user Log in on the remote host as user
.Ar username .Ar username .
.It Fl k .It Fl k
Disables keep-alives Disables keep-alives.
.It Fl t .It Fl t
Send Send
.Ar telnet_args .Ar telnet_args
as arguments to as arguments to
.Nm telnet .Nm telnet .
.It Fl x .It Fl x
Send Send
.Ar xterm_args .Ar xterm_args
as arguments to as arguments to
.Nm xterm .Nm xterm .
.It Fl X .It Fl X
Send Send
.Ar kx_args .Ar kx_args
as arguments to as arguments to
.Nm kx .Nm kx .
.It Fl w .It Fl w
Use Use
.Ar term_emulator .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). .\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd September 27, 1996 .Dd April 11, 2003
.Dt RXTERM 1 .Dt RXTERM 1
.Os KTH_KRB .Os KTH_KRB
.Sh NAME .Sh NAME
@@ -52,12 +52,12 @@ start a secure remote xterm
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
program starts a program starts an
.Nm xterm .Nm xterm
window on host window on host
.Ar host . .Ar host .
From this window you will also be able to run X clients that will be 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 .Ar port
is given, that port will be used instead of the default. is given, that port will be used instead of the default.
.Pp .Pp
@@ -65,24 +65,24 @@ The supported options are:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl l .It Fl l
Log in on the remote host as user Log in on the remote host as user
.Ar username .Ar username .
.It Fl k .It Fl k
Disable keep-alives Disable keep-alives.
.It Fl r .It Fl r
Send Send
.Ar rsh_args .Ar rsh_args
as arguments to as arguments to
.Nm rsh .Nm rsh .
.It Fl x .It Fl x
Send Send
.Ar xterm_args .Ar xterm_args
as arguments to as arguments to
.Nm xterm .Nm xterm .
.It Fl X .It Fl X
Send Send
.Ar kx_args .Ar kx_args
as arguments to as arguments to
.Nm kx .Nm kx .
.It Fl w .It Fl w
Use Use
.Ar term_emulator .Ar term_emulator