problems w/ trying to telnet to my cisco router by tunneling through ssh

2002-10-26 Thread Bsd Neophyte
i was looking at the handbook section on ssh tunneling. to try it out i figured i'd try to connect to my 806. i entered the following command: ssh -2 -N -f -L 5023:localhost:23 (router's ip address) and I received this error message: ssh: connect to address (router's ip address) port 22:

Re: problems w/ trying to telnet to my cisco router by tunneling through ssh

2002-10-26 Thread Kevin Stevens
On Saturday, Oct 26, 2002, at 18:37 US/Pacific, Bsd Neophyte wrote: i was looking at the handbook section on ssh tunneling. to try it out i figured i'd try to connect to my 806. i entered the following command: ssh -2 -N -f -L 5023:localhost:23 (router's ip address) and I received this