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

Before we go to ssh with public key authentication, correct the typo in your post Re^2: help to deal with ssh connection, its Net::SSH not set:ssh

You can get the doc for Net::SSH here Net::SSH

In that doc its been explained how to generate public key and copy that into your remote machine. If you have done those steps, post us what error your script report.


All is well

Replies are listed 'Best First'.
Re^4: help to deal with ssh connection
by mitchreward (Acolyte) on May 19, 2014 at 05:51 UTC

    done, I've edited my previous post.

    Regarding the keys, that's already generated and installed properly on both computer.
    Actually I get the error : Permission denied (publickey,password,keyboard-interactive).

    What I can see in the doc is the Net:SSH module is : "You don't (at least not with this module). Use RSA or DSA keys."

      In that doc the question is "Q: How do you supply a password to connect with ssh within a perl script using the Net::SSH module?"

      The user wants to give password while authenticating, so the answer is do not use the RSA or DSA keys.


      All is well

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

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