in reply to Telnet over SSH2 from Windows
If tunnels are not enabled, you could run netcat or socat in the intermediate machine to obtain a similar effect. I believe that later versions of Perl for Windows already have an emulation of socketpair, so you would be able to do something like...
Net::Telnet ===> socketpair ===> plink ===> netcat ===> destination h +ost/port \_______________ ____________/ \___ ___/ \/ \/ Local machine Intermediate machine
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Telnet over SSH2 from Windows
by Hessu (Hermit) on Mar 28, 2010 at 18:05 UTC |