Perl's Net::(SSH vs SSH2 vs OpenSSH) — how should I compare them?
问题 Looking to execute a perl script on a remote machine via a Perl script. Appears one option is to use system() function and create an ssh key so the password is not required. Which leads me to the focus of this question, the other option appears to be to install and run one of these perl modules: Net::SSH Net::SSH2 Net::OpenSSH Besides the protocol used, what else should I be comparing with these Perl modules? 回答1: The Net::OpenSSH documentation has a section describing the pros and cons of