updated
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1533 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,6 +10,7 @@ securely forward X conections
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Ar kx
|
.Ar kx
|
||||||
.Op Fl l Ar username
|
.Op Fl l Ar username
|
||||||
|
.Op Fl k
|
||||||
.Op Fl d
|
.Op Fl d
|
||||||
.Op Fl t
|
.Op Fl t
|
||||||
.Op Fl p Ar port
|
.Op Fl p Ar port
|
||||||
@@ -24,8 +25,10 @@ through an authenticated and encrypted stream. Options supported by
|
|||||||
.It Fl l
|
.It Fl l
|
||||||
Log in on remote the host as user
|
Log in on remote the host as user
|
||||||
.Ar username .
|
.Ar username .
|
||||||
|
.It Fl k
|
||||||
|
Do not enable keep-alives on the TCP connections.
|
||||||
.It Fl d
|
.It Fl d
|
||||||
Do not fork.
|
Do not fork. This is mainly useful for debugging.
|
||||||
.It Fl t
|
.It Fl t
|
||||||
Listen not only on a UNIX-domain socket but on a TCP socket as well.
|
Listen not only on a UNIX-domain socket but on a TCP socket as well.
|
||||||
.It Fl p
|
.It Fl p
|
||||||
|
@@ -10,9 +10,11 @@ start a telnet and forward X-connections.
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm rxtelnet
|
.Nm rxtelnet
|
||||||
.Op Fl l Ar username
|
.Op Fl l Ar username
|
||||||
|
.Op Fl k
|
||||||
.Op Fl t Ar telnet_args
|
.Op Fl t Ar telnet_args
|
||||||
.Op Fl x Ar xterm_args
|
.Op Fl x Ar xterm_args
|
||||||
.Ar host
|
.Ar host
|
||||||
|
.Op Ar port
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
@@ -21,13 +23,17 @@ program starts a
|
|||||||
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.
|
able to connect securily to your X server. If
|
||||||
|
.Ar port
|
||||||
|
is given, that port will be used instead of the default.
|
||||||
.Pp
|
.Pp
|
||||||
The supported options are:
|
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
|
||||||
|
Disables keep-alives
|
||||||
.It Fl t
|
.It Fl t
|
||||||
Send
|
Send
|
||||||
.Ar telnet_args
|
.Ar telnet_args
|
||||||
@@ -60,6 +66,7 @@ In this window you will be able to start X clients.
|
|||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr rxterm 1 ,
|
.Xr rxterm 1 ,
|
||||||
|
.Xr tenletxr 1 ,
|
||||||
.Xr kx 1 ,
|
.Xr kx 1 ,
|
||||||
.Xr kxd 8 ,
|
.Xr kxd 8 ,
|
||||||
.Xr telnet 1
|
.Xr telnet 1
|
||||||
|
@@ -10,9 +10,11 @@ start a secure remote xterm
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm rxterm
|
.Nm rxterm
|
||||||
.Op Fl l Ar username
|
.Op Fl l Ar username
|
||||||
|
.Op Fl k
|
||||||
.Op Fl r Ar rsh_args
|
.Op Fl r Ar rsh_args
|
||||||
.Op Fl x Ar xterm_args
|
.Op Fl x Ar xterm_args
|
||||||
.Ar host
|
.Ar host
|
||||||
|
.Op Ar port
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
@@ -21,13 +23,17 @@ program starts a
|
|||||||
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.
|
able to connect securily to your X server. If
|
||||||
|
.Ar port
|
||||||
|
is given, that port will be used instead of the default.
|
||||||
.Pp
|
.Pp
|
||||||
The supported options are:
|
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
|
||||||
|
Disable keep-alives
|
||||||
.It Fl r
|
.It Fl r
|
||||||
Send
|
Send
|
||||||
.Ar rsh_args
|
.Ar rsh_args
|
||||||
@@ -60,6 +66,7 @@ In this window you will be able to start X clients.
|
|||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr rxtelnet 1 ,
|
.Xr rxtelnet 1 ,
|
||||||
|
.Xr tenletxr 1 ,
|
||||||
.Xr kx 1 ,
|
.Xr kx 1 ,
|
||||||
.Xr kxd 8 ,
|
.Xr kxd 8 ,
|
||||||
.Xr rsh 1
|
.Xr rsh 1
|
||||||
|
Reference in New Issue
Block a user