I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-12-12 17:32:17-08 by udk
help:Expect: to open a new telnet from an another ssh session
Hi experts, I am using Perl's Expect to have a SSH connection to one of the Cisco Box. In that I am trying to create a new telnet session from the already existing SSH session. It will be like "nested". I tried in regular way of spawning again, but that didnt help Any idea how we can do this ? Thanks
Direct Responses: 9976 | Write a response
Posted on 2009-02-17 01:44:30-08 by matmil in response to 6673
Re: help:Expect: to open a new telnet from an another ssh session
Did you manage to achieve this? I need to ssh into a middle box and then from that ssh into the final box and then issue a few commands. None of the ssh perl libraries can achieve this so I was going to try perl expect...
Direct Responses: Write a response