use Net::OpenSSH; my $ssh = Net::OpenSSH->new($hostname, user => $username, password => +$password); $ssh->error and die "unable to connect: " . $ssh->error; $ssh->rsync_put(@local_files, $remote_dir);
In reply to Re: SSH Keyer for passwordless logins.
by salva
in thread SSH Keyer for passwordless logins.
by Sir mXe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |