Autenticazione con chiave pubblica non riuscita


9

Sto usando Ubuntu 13.10 e il server esegue Ubuntu 12.04. Ho generato chiavi private e pubbliche usando ssh-keygen, e ho messo id_rsa.pub sul lato server e l'ho aggiunto authorzied_keyssecondo il metodo che ho trovato su Internet. Tuttavia, devo ancora inserire la password mentre provo ad accedere. Ho impostato la directory home su 700, la directory .ssh su 700, il file authorzied_keys su 600 e ho il file checke sshd_config e non è successo nulla.

Le informazioni di debug (con l'opzione -vvv) e sshd_config sono le seguenti e nulla è elencato nel file auth.log del server.

Ho anche aggiornato openssh-server openssh-client sia sul lato client che sul lato server.

C'è qualcos'altro che devo fare? Grazie per qualsiasi informazione.

debug3: load_hostkeys: loading entries for host "[xxx.101.15.62]:2222" from file "/home/leetom/.ssh/known_hosts"
debug3: load_hostkeys: found key type ECDSA in file /home/leetom/.ssh/known_hosts:2
debug3: load_hostkeys: loaded 1 keys
debug3: load_hostkeys: loading entries for host "[xxx.101.15.62]:2222" from file "/home/leetom/.ssh/known_hosts"
debug3: load_hostkeys: found key type ECDSA in file /home/leetom/.ssh/known_hosts:2
debug3: load_hostkeys: loaded 1 keys
debug1: Host '[xxx.101.15.62]:2222' is known and matches the ECDSA host key.
debug1: Found key in /home/leetom/.ssh/known_hosts:2
debug1: ssh_ecdsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/leetom/.ssh/id_rsa ((nil)),
debug2: key: /home/leetom/.ssh/id_dsa ((nil)),
debug2: key: /home/leetom/.ssh/id_ecdsa ((nil)),
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/leetom/.ssh/id_rsa
debug1: read PEM private key done: type RSA
debug3: sign_and_send_pubkey: RSA 68:51:b6:ed:cc:c2:54:f4:xx:15:41:d7:f5:4a:0e:da
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/leetom/.ssh/id_dsa
debug3: no such identity: /home/leetom/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/leetom/.ssh/id_ecdsa
debug3: no such identity: /home/leetom/.ssh/id_ecdsa: No such file or directory
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
leetom@xxx.101.15.62's password: 

e sshd_config

# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes

Risposte:


12

Questo bit sembra che abbiamo usato la tua chiave privata per tentare un accesso crittografico, quindi abbiamo dovuto provare altri perché non è stato accettato:

debug1: Trying private key: /home/leetom/.ssh/id_rsa
debug1: read PEM private key done: type RSA
debug3: sign_and_send_pubkey: RSA 68:51:b6:ed:cc:c2:54:f4:xx:15:41:d7:f5:4a:0e:da
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password

Il problema più semplice potrebbe essere nella tua copia della chiave pubblica, perché ottengo la stessa risposta cercando di autenticarmi con una chiave che so che l'altra estremità non ha qui.

Invece di copiare manualmente l'id, perché non provare ssh-copy-id- inserisci la tua password e si aggiornerà authorized_keys. Ciò dovrebbe (a) selezionare sicuramente la stessa chiave che si sshdovrebbe selezionare, (b) assicurarsi di non aver accidentalmente aggiunto errori di formattazione.

Se questo funziona per te, confronta la linea aggiunta authorized_keysda ssh-copy-ide spero che capirai cosa è andato storto.


Funziona, grazie mille! Si scopre che ho avuto un refuso con il authorized_keysnome file. Avevo provato tutti i metodi e ho verificato il nome del file molte volte (ho letto qualcosa sul nome del file typo), ma ... Gli occhi non funzioneranno bene mentre ho sonno ...
leetom

L'utilizzo ha ssh-copy-idreso il trucco per me
Asaf il

Funziona perfettamente ... a meno che tu non abbia un Mac. :)
Fixee,

@Fixee brew install ssh-copy-idse usi l'homebrew
Greg

1
Questi sintomi esatti possono anche manifestarsi se SELinux è abilitato e configurato in modo errato in modo tale da impedire a sshd di leggere il file authorized_keys (non sempre ovvio senza guardare il registro di controllo di SELinux, perché SELinux è abbastanza dettagliato da poter facilmente entrare uno stato in cui il manuale legge come l'utente o attraverso sudo può avere successo)
mtraceur

5

Le autorizzazioni potrebbero essere un altro tipo di problema che causa errori di autenticazione con chiave pubblica: controlla che tu ~e le ~/.sshdirectory non siano leggibili da nessuno tranne che dal tuo utente ( chmod 700 ~ && chmod 700 ~/.sshpotrebbe risolverlo).

EDIT: anche le autorizzazioni per 750 ~dovrebbero andare bene.


È davvero vero? Le autorizzazioni di ~/non dovrebbero avere importanza, l'impostazione predefinita in Ubuntu è in genere 755 nelle directory home e funziona per me.
UlfR,

Ho davvero affrontato questo utilizzando CentOS 7 (sia sull'host remoto) sia OpenSSH_6.4 e OpenSSH_6.6.1. chmod 700 ~Ho appena risolto il mio problema.
AntonioK,

Buon per te! Ma: secondo questo: askubuntu.com/a/69867/31749 non ci possono essere permessi di scrittura di gruppo nella directory home, ma la lettura di gruppo dovrebbe essere ok.
UlfR,

Va bene, dovrei controllare se 750 funziona nel mio caso su quel sistema.
AntonioK,

2
L'ho appena controllato. chmod 750 ~funziona bene.
AntonioK,

3

Per caso, durante la creazione del authorized_keysfile, hai digitato male il tuo nome di file (dal momento che lo hai scritto come authorzied_keysnella domanda (i e z scambiati), c'è la possibilità che tu abbia nominato il file allo stesso modo) Nel file di configurazione ssh, il il nome del file è espressamente indicato come

AuthorizedKeysFile %h/.ssh/authorized_keys

Quindi, devi essere particolare sul fatto che il nome del file è lo stesso. Quindi basta verificare il nome del file.


3

A volte è necessario fornire esplicitamente la chiave privata con -i

Esempio: ssh -i /root/.ssh/id_rsa2 user@remote


1
Questo non sembra essere il problema qui, ma comunque un buon punto.
LittleByBlue,
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.