Sto provando a SSH da un NAS a un server web usando una chiave pubblica. L'utente NAS è "root" e l'utente del server web è "backup"
Ho tutte le autorizzazioni impostate correttamente e quando eseguo il debug della connessione SSH ottengo: (ultimo bit del debug)
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: publickey
debug1: Offering DSA public key: /root/.ssh/id_dsa.pub
debug1: Server accepts key: pkalg ssh-dss blen 433
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/root/.ssh/id_dsa.pub':
Sto usando il comando:
ssh -v -i /root/.ssh/id_dsa.pub backup@webserver.com
Il fatto che richieda una passphrase è sicuramente un buon segno, ma non voglio che richieda questa o una password (che viene dopo se premo 'return' sulla passphrase)