• [^] # Re: Copy-id

    Posté par . En réponse au message SSH et connection automatique. Évalué à 2.

    pour comparaison:

    dans le sens qui ne marche pas:

    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Trying private key: /home/pampryl/.ssh/identity
    debug1: Offering public key: /home/pampryl/.ssh/id_rsa
    debug2: we sent a publickey packet, wait for reply
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /home/pampryl/.ssh/id_dsa
    debug2: we did not send a packet, disable method
    debug1: Next authentication method: password


    dans le sens qui marche:

    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Trying private key: /home/pampryl/.ssh/identity
    debug1: Offering public key: /home/pampryl/.ssh/id_rsa
    debug2: we sent a publickey packet, wait for reply
    debug1: Server accepts key: pkalg ssh-rsa blen 277
    debug2: input_userauth_pk_ok: fp e8:b3:29:63:d8:ca:45:b9:32:97:40:a0:fe:a6:25:1d
    debug1: read PEM private key done: type RSA
    debug1: Authentication succeeded (publickey).