git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1533 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-31 00:57:15 +00:00
parent 32faf060c4
commit 980e69ac10
3 changed files with 20 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ securely forward X conections
.Sh SYNOPSIS
.Ar kx
.Op Fl l Ar username
.Op Fl k
.Op Fl d
.Op Fl t
.Op Fl p Ar port
@@ -24,8 +25,10 @@ through an authenticated and encrypted stream. Options supported by
.It Fl l
Log in on remote the host as user
.Ar username .
.It Fl k
Do not enable keep-alives on the TCP connections.
.It Fl d
Do not fork.
Do not fork. This is mainly useful for debugging.
.It Fl t
Listen not only on a UNIX-domain socket but on a TCP socket as well.
.It Fl p

View File

@@ -10,9 +10,11 @@ start a telnet and forward X-connections.
.Sh SYNOPSIS
.Nm rxtelnet
.Op Fl l Ar username
.Op Fl k
.Op Fl t Ar telnet_args
.Op Fl x Ar xterm_args
.Ar host
.Op Ar port
.Sh DESCRIPTION
The
.Nm
@@ -21,13 +23,17 @@ program starts a
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.
able to connect securily to your X server. If
.Ar port
is given, that port will be used instead of the default.
.Pp
The supported options are:
.Bl -tag -width Ds
.It Fl l
Log in on the remote host as user
.Ar username
.It Fl k
Disables keep-alives
.It Fl t
Send
.Ar telnet_args
@@ -60,6 +66,7 @@ In this window you will be able to start X clients.
.El
.Sh SEE ALSO
.Xr rxterm 1 ,
.Xr tenletxr 1 ,
.Xr kx 1 ,
.Xr kxd 8 ,
.Xr telnet 1

View File

@@ -10,9 +10,11 @@ start a secure remote xterm
.Sh SYNOPSIS
.Nm rxterm
.Op Fl l Ar username
.Op Fl k
.Op Fl r Ar rsh_args
.Op Fl x Ar xterm_args
.Ar host
.Op Ar port
.Sh DESCRIPTION
The
.Nm
@@ -21,13 +23,17 @@ program starts a
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.
able to connect securily to your X server. If
.Ar port
is given, that port will be used instead of the default.
.Pp
The supported options are:
.Bl -tag -width Ds
.It Fl l
Log in on the remote host as user
.Ar username
.It Fl k
Disable keep-alives
.It Fl r
Send
.Ar rsh_args
@@ -60,6 +66,7 @@ In this window you will be able to start X clients.
.El
.Sh SEE ALSO
.Xr rxtelnet 1 ,
.Xr tenletxr 1 ,
.Xr kx 1 ,
.Xr kxd 8 ,
.Xr rsh 1