Unix and Linux Discussions Tagged with telnet |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
5,503 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,660 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
17,261 |
Solaris |
|
|
|
2 |
828 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
2,391 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
784 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,619 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,012 |
AIX |
|
|
|
3 |
3,157 |
Shell Programming and Scripting |
|
|
|
10 |
4,879 |
Shell Programming and Scripting |
|
|
|
7 |
3,189 |
Shell Programming and Scripting |
|
|
|
6 |
6,333 |
AIX |
|
|
|
3 |
3,710 |
AIX |
|
|
|
9 |
16,360 |
Shell Programming and Scripting |
|
|
|
0 |
4,061 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
1,329 |
UNIX for Advanced & Expert Users |
|
|
|
29 |
9,416 |
Shell Programming and Scripting |
|
|
|
6 |
18,756 |
Shell Programming and Scripting |
|
|
|
4 |
3,465 |
Shell Programming and Scripting |
|
|
|
6 |
15,916 |
Shell Programming and Scripting |
|
|
|
2 |
2,716 |
Programming |
|
|
|
2 |
4,782 |
Shell Programming and Scripting |
|
|
|
5 |
2,116 |
Linux |
|
|
|
0 |
1,841 |
IP Networking |
|
|
|
4 |
6,562 |
Solaris |
|
|
|
2 |
5,759 |
Shell Programming and Scripting |
|
|
|
2 |
3,975 |
AIX |
|
|
|
4 |
3,344 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
7,811 |
Shell Programming and Scripting |
|
|
|
12 |
15,899 |
Shell Programming and Scripting |
|
|
|
2 |
11,050 |
AIX |
|
|
|
2 |
4,974 |
Shell Programming and Scripting |
|
|
|
3 |
11,287 |
Linux |
|
|
|
1 |
3,951 |
IP Networking |
|
|
|
8 |
6,266 |
Homework & Coursework Questions |
|
|
|
0 |
2,377 |
Homework & Coursework Questions |
|
|
|
7 |
13,255 |
SCO |
|
|
|
2 |
7,721 |
AIX |
|
|
|
1 |
3,886 |
IP Networking |
|
|
|
0 |
4,309 |
Windows & DOS: Issues & Discussions |
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