Yep. I still get a timeout notice.
Can you post a log file for that?
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Yep. I still get a timeout notice.
connect %host\nusername\npassword\n
>telnet firewall
Username: ########
Password: ########
Login Accepted
<hostname> telnet proxy (Version V6.0) ready:
telnet>
telnet> connect webserverhost
Trying XXX.XXX.XXX.XXX port 23...
Connected to webserverhost.
login: ########
Password for ########: #########
[user@host ~]$
My normal process for SSH'ing into the machine is:
> telnet firewal, enter firewall username and password when required
> connect hostname, enter host machine username and password when required
Telnet/Local Proxy Command
If you are using the Telnet proxy type, the usual command required by the firewall's Telnet server isconnect
, followed by a host name and a port number. If your proxy needs a different command, you can enter an alternative here.
If you are using the Local proxy type, the local command to run is specified here.
In this string, you can use\n
to represent a new-line,\r
to represent a carriage return,\t
to represent a tab character, and\x
followed by two hex digits to represent any other character.\\
is used to encode the \ character itself.
Also, the special strings%host
and%port
will be replaced by the host name and port number you want to connect to. The strings%user
and%pass
will be replaced by the proxy username and password you specify. To get a literal % sign, enter%%
.
If a Telnet proxy server prompts for a username and password before commands can be sent, you can use a command such as:
on the session screen, do I use the ultimate destination server name or the proxy server name for the hostname? What username and password do I enter here? Anything else that I must enter for it to work?
On the proxy screen, what parameters do I need to enter? How do I make sure that when the server I am contacting asks for a username and password that the correct information is being sent? Please help. I'm desperate to get this working.