[Ssh-sftp-perl-users] Catch event before Net::SSH::Perl asks a password
Brought to you by:
dbrobins
From: Calvin K. <ye...@gm...> - 2013-04-29 19:17:47
|
All, how can I use Net::SSH::Perl to test if the remote server allows ssh automatic login via $HOME/.ssh/authorized_keys? It will prompt for a password if not. But I'd like to just trap the event (suppress the prompt) since I only want to check if automatic is working. Thanks! Calvin |