GTelnet

http://www.cyest.org


Telnet options





Specifies an 8-bit data path.  This causes an attempt to negotiate the TELNET BINARY option on both input and output.

Specifies an 8-bit data path on output.  This causes the BINARY option to be negotiated on output.

Stops any character from being recognized as an escape character. Turn off the escape character (default: ^[  )

Forward a forwardable copy of the local credentials to the remote systems. If Kerberos V5 authentication is being used, this option allows the local credentials to be forwarded to the remote system, including any credentials that have already been forwarded into the local environment.

Disables the type of the specified authentication. This option doesn't work on my computer. It _might_ be related to disabling either Kerberos or Berkeley authentication. I will look for more information and I will update this on the next version of GTelnet.

Attempt automatic login.  With this option, it will attempt to log in into the remote server with your current login (username).

Specifies a user interface similar to rlogin.  In this mode, the escape character is set to the tilde (~) character, unless the initial escape character has been specified in the preferences dialog. When in rlogin mode, a line of the form ~.  disconnects from the remote host; ~ is the telnet escape character.  Similarly, the line ~^Z suspends the telnet session.  The line ~^] escapes to the normal telnet escape prompt.

Turns on encryption of the data stream if possible (you can only do this if the remote telnet server also supports encryption of the data stream)

Sets the initial value of the debug toggle to TRUE (super user only)

Sets the IP type-of-service (TOS) option for the telnet connection to the value tos, which can be a numeric TOS value or, on systems that support it, a symbolic TOS name found in the /etc/iptos file.

Sets the initial telnet escape character to a specified character. If escapechar is omitted, then there will be no escape character.

Requests telnet to obtain Kerberos tickets for the remote host in realm: _____. The option requests telnet to obtain tickets for the remote host in the specified realm instead of the remote host's realm as determined by krb_realmofhost.

Trace file. Opens tracefile for recording trace information.


Home