Falha na autenticação de chave pública

7

Estou usando o Ubuntu 13.10, e o servidor roda o Ubuntu 12.04. Eu tinha gerado chaves privadas e públicas usando ssh-keygen, e coloquei id_rsa.pub no lado do servidor e adicionei-o ao authorzied_keys de acordo com o método que encontrei na Internet. Mas ainda tenho que inserir a senha enquanto tento fazer o login. Eu configurei o diretório home para 700, o diretório .ssh para 700, o arquivo authorzied_keys para 600 e o arquivo checke sshd_config, e nada aconteceu.

A informação de depuração (com a opção -vvv) e sshd_config é a seguinte, e nada é listado no arquivo auth.log do servidor.

Eu até atualizei o openssh-server openssh-client no cliente e no servidor.

Há mais alguma coisa que eu tenha que fazer? Obrigado por qualquer informação.

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
[email protected]'s password: 

e o 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
    
por leetom 22.12.2013 / 14:06

4 respostas

10

Este bit parece que usamos a sua chave privada para tentar um login criptográfico, então tivemos que tentar outros porque não foi aceito:

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

O problema mais simples pode estar em sua cópia da chave pública, porque recebo a mesma resposta tentando autenticar com uma chave que sei que a outra extremidade não tem aqui.

Em vez de copiar manualmente o ID, por que não tentar ssh-copy-id ? digite sua senha e ela atualizará authorized_keys . Isso deve (a) selecionar definitivamente a mesma chave que ssh deve selecionar, (b) garantir que você não tenha acidentalmente adicionado erros de formatação.

Se isso funcionar para você, compare a linha adicionada a authorized_keys por ssh-copy-id e esperamos que você entenda o que deu errado.

    
por Greg 22.12.2013 / 14:26
3

Por acaso, ao criar o arquivo authorized_keys , você digitou incorretamente o seu nome de arquivo (desde que você o escreveu como authorzied_keys na questão (i e z trocados), existe a possibilidade de você ter nomeado o arquivo da mesma forma caminho) No arquivo de configuração ssh, o nome do arquivo é especificamente mencionado como

AuthorizedKeysFile %h/.ssh/authorized_keys

Assim, você precisa ser particular que o nome do arquivo seja o mesmo. Então apenas verifique o nome do arquivo.

    
por Divya 27.10.2014 / 11:44
2

As permissões podem ser outro tipo de problema que causa falhas de autenticação de chave pública: verifique se os diretórios ~ e ~/.ssh não são legíveis por ninguém, exceto pelo usuário ( chmod 700 ~ && chmod 700 ~/.ssh poderia corrigir isso).

EDIT: as permissões 750 para ~ também devem estar corretas.

    
por AntonioK 10.12.2015 / 11:18
1

Às vezes, você precisa fornecer a chave privada explicitamente com -i

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

    
por Yassin 23.03.2018 / 12:57