Le problème est que je ne comprends pas la sortie de mon ssh -vv -i .ssh/id_dsa
Code : Tout sélectionner
debug1: Authentications that can continue: publickey
debug3: start over, passed a different list publickey
debug3: preferred publickey
debug3: authmethod_lookup publickey
debug3: remaining preferred:
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering DSA public key: .ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/dthiriet/.ssh/id_rsa
debug3: no such identity: /home/dthiriet/.ssh/id_rsa
debug1: Offering DSA public key: /home/dthiriet/.ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/dthiriet/.ssh/id_ecdsa
debug3: no such identity: /home/dthiriet/.ssh/id_ecdsa
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey).
EDIT: je précise que j’ai bien installé la clef publique sur le deuxième ordinateur
Code : Tout sélectionner
cat id_dsa.pub>>.ssh/authorized_keys