From: Matt Z. <mzagrabe@d.umn.edu> - 2011-10-10 21:42:11
|
On Mon, Oct 10, 2011 at 1:35 PM, Madrigal, Juan A <j.m...@mi...> wrote: > Hi, > > I'm new to using expect.pm and I'm have trouble trying to create an ssh tunnel with telnet in the middle then passing expect commands. > > I.E. > Net::OpenSSH -> Net::Telnet -> Expect.pm Can you create the script on the ssh host such that you have: client% ssh sshhost /some/path/perl-script-that-does-expect That might get the Net::OpenSSH out of the equation. -mz |