in reply to connecting via SSH
and see if that does the trick. It'd be weird if that did it though; you'd think that that would be the default.use Net::SSH::Perl; use strict; my $ssh = Net::SSH::Perl->new($host_ssh, port => 22); print "Sto per connettermi al server $host_ssh via ssh\n"; $ssh->login($user_ssh, $passwd_ssh);
thor
The only easy day was yesterday
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: connecting via SSH
by ikegami (Patriarch) on Mar 14, 2006 at 16:35 UTC | |
Re^2: connecting via SSH
by nathanvit (Beadle) on Mar 14, 2006 at 16:09 UTC | |
by ikegami (Patriarch) on Mar 14, 2006 at 16:55 UTC | |
by izut (Chaplain) on Mar 14, 2006 at 16:14 UTC | |
by nathanvit (Beadle) on Mar 14, 2006 at 16:38 UTC | |
by ikegami (Patriarch) on Mar 14, 2006 at 17:00 UTC |