I am getting to the password and it is failing at the password. The user name and password are correct. What else could be wrong?use strict; use Net::SSH::Perl qw(ssh); my $commection '192.168.1.1'; my $username = 'bob'; my $password = 'password'; print "Starting SSH Services..."; my $ssh = Net::SSH:Perl->New("$Connection"); print "Done\n"; print "Logging in..." $ssh->login("$username", "$password"); print "Done\n"; my $command
In reply to Net::SSH Woes by btobin0
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |