Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kx(1) [debian man page]

KX(1)							    BSD General Commands Manual 						     KX(1)

NAME
kx -- securely forward X conections SYNOPSIS
kx [-l username] [-k] [-d] [-t] [-p port] [-P] host DESCRIPTION
The kx program forwards an X connection from a remote client to a local screen through an authenticated and encrypted stream. Options sup- ported by kx: -l Log in on the remote the host as user username. -k Do not enable keep-alives on the TCP connections. -d Do not fork. This is mainly useful for debugging. -t Listen not only on a UNIX-domain socket but on a TCP socket as well. -p Use the port port. -P Force passive mode. This program is used by rxtelnet and rxterm and you should not need to run it directly. It connects to a kxd on the host host and then will relay the traffic from the remote X clients to the local server. When started, it prints the display and Xauthority-file to be used on host host and then goes to the background, waiting for connections from the remote kxd. SEE ALSO
rxtelnet(1), rxterm(1), kxd(8) KTH-KRB September 27, 1996 KTH-KRB

Check Out this Related Man Page

RXTELNET(1)						    BSD General Commands Manual 					       RXTELNET(1)

NAME
rxtelnet -- start a telnet and forward X-connections. SYNOPSIS
rxtelnet [-l username] [-k] [-t telnet_args] [-x xterm_args] [-K kx_args] [-w term_emulator] [-b telnet_program] [-n] [-v] host [port] DESCRIPTION
The rxtelnet program starts an xterm window with a telnet to host host. From this window you will also be able to run X clients that will be able to connect securely to your X server. If port is given, that port will be used instead of the default. If setting up the X forwarding failes, rxtelnet will still telnet in to the remote host, but without X forwarding. The supported options are: -l Log in on the remote host as user username. -k Disables keep-alives. -t Send telnet_args as arguments to telnet. -x Send xterm_args as arguments to xterm. -X Send kx_args as arguments to kx. -w Use term_emulator instead of xterm. -b Use telnet_program instead of telnet. -n Do not start any terminal emulator. -v Be verbose. EXAMPLE
To login from host foo (where your display is) to host bar, you might do the following. 1. On foo: rxtelnet bar 2. You will get a new window with a telnet to bar. In this window you will be able to start X clients. SEE ALSO
kx(1), rxterm(1), telnet(1), tenletxr(1), kxd(8) KTH_KRB March 7, 2004 KTH_KRB
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

bash: checking file size -solved

Hello I have srv RHEL5, file system UTDM (EMC DiskXtender Unix/Linux File System Manager 3.5 & EMC Centera). it all works under the scheme: have disk is formatted with a file system UTDM, drive open network - NFS, it write data, then migrate the data in the repository - EMC Centera. There are... (0 Replies)
Discussion started by: moskovets
0 Replies