in reply to Re^5: help to deal with ssh connection
in thread help to deal with ssh connection

thanks for your time And which module would you recommend to use a DSA key based authentication?
Net::SSH::Perl::Auth

Replies are listed 'Best First'.
Re^7: help to deal with ssh connection
by salva (Canon) on May 19, 2014 at 10:12 UTC
    Net::SSH supports public-key authentication with any key format supported by your SSH binary client, including DSA.

    Now, if you ask me for recommendations, I would say "go for Net::OpenSSH!", though I am quite biased...