in reply to ssh with IO::Socket::INET
Now, I would like to use the server, but, instead of opening telnet - opening ssh.
i.e. instead of directing telnet to serial, I would like to direct ssh to serial.
In another words, instead of writing on my Linux "telnet 127.0.0.1 9000", I would like to do "ssh -p 9000 127.0.0.1" or something like that.
I hope it is more clear.
Mosh.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ssh with IO::Socket::INET
by tachyon (Chancellor) on Nov 01, 2004 at 13:05 UTC | |
|
Re^2: ssh with IO::Socket::INET
by iburrell (Chaplain) on Nov 01, 2004 at 17:58 UTC |