1
May 10, 2010 1:23 PM
Posted by: Dan O'Connor
net::ssh::expect, perl, SIG
Automating system tasks with Perl – Part 2
Posted by: Dan O'Connor
Here is a more complicated example that I created for Expect. Set up the connection again.
my $ssh = Net::SSH::Expect->new (
host => "myserver.com",
password=> 'pass87word',
user => 'bnegrao',
raw_pty => 1
... 



