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
In reply to Re: connecting via SSH
by thor
in thread connecting via SSH
by nathanvit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |