Ortak Anahtar kimlik doğrulaması başarısız oldu


9

Ubuntu 13.10 kullanıyorum ve sunucu ubuntu 12.04 çalıştırıyor. Ben ssh-keygen kullanarak özel ve ortak anahtarlar oluşturmak vardı ve authorzied_keysid_rsa.pub sunucu tarafına koymak ve internette bulduğum yönteme göre ekledi . Ancak, giriş yapmaya çalışırken hala şifre girmem gerekiyor. Ev dizinini 700, .ssh dizinini 700, authorzied_keys dosyasını 600 olarak ayarladım ve checke sshd_config dosyasına sahibim ve hiçbir şey olmadı.

Hata ayıklama bilgileri (-vvv seçeneği ile) ve sshd_config aşağıdaki gibidir ve sunucunun auth.log dosyasında listelenen hiçbir şey yoktur.

Hatta hem istemci hem de sunucu tarafında openssh-server openssh-istemcisini güncelledim.

Yapmam gereken başka bir şey var mı? Herhangi bir bilgi için teşekkürler.

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: 

ve 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

Yanıtlar:


12

Bu bit, özel anahtarınızı şifreleme girişini denemek için kullandığımıza benziyor, ardından kabul edilmediğinden başkalarını denemek zorunda kaldık:

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

En basit sorun, ortak anahtarın kopyalanmasında olabilir, çünkü aynı yanıtın, diğer ucun burada olmadığını bildiğim bir anahtarla kimlik doğrulaması yapmaya çalışıyorum.

Kimliği manuel olarak kopyalamak yerine, neden denemiyorsunuz ssh-copy-id- şifrenizi girin, güncellenecektir authorized_keys. Bu, (a) kesinlikle seçilmesi gereken anahtarı seçmelidir ssh, (b) yanlışlıkla herhangi bir biçimlendirme hatası eklemediğinizden emin olun.

Bu sizin için işe yararsa, authorized_keystarafından eklenen satırı karşılaştırın ssh-copy-idve umarım neyin yanlış gittiğini anlarsınız.


İşe yarıyor, çok teşekkür ederim! authorized_keysDosya adıyla bir yazım hatası olduğu ortaya çıktı . Her yöntemi denedim ve dosya
adını

Kullanmak ssh-copy-idbenim için hile yaptı
Asaf

Mac'iniz yoksa bu mükemmel bir şekilde çalışır. :)
Fixee

@ brew install ssh-copy-idHomebrew kullanıyorsanız düzelt
Greg

1
Bu kesin belirtiler, sshd'nin yetkili_anahtarlar dosyasını okumasını önleyecek şekilde SELinux'u etkinleştirdiyseniz ve yanlış yapılandırdıysanız da ortaya çıkabilir (SELinux denetim günlüğüne bakmadan her zaman belirgin değildir, çünkü SELinux kolayca girebileceğiniz kadar ince tanelidir el kitabının kullanıcı olarak veya sudo aracılığıyla başarılı olabileceği bir durum)
mtraceur

5

İzinler, publickey kimlik doğrulama hatalarına neden olan başka bir sorun olabilir: sizin ~ve ~/.sshdizinlerinizin, kullanıcı dışındaki kişiler tarafından okunamayacağını kontrol edin ( chmod 700 ~ && chmod 700 ~/.sshbunu düzeltebilir).

EDIT: izinleri 750 için ~de iyi olmalıdır.


Bu gerçekten doğru mu? İzinleri ~/önemli değil, Ubuntu'daki varsayılan genellikle ev dizinlerinde 755'tir ve benim için çalışır.
UlfR

Gerçekten (uzak ana bilgisayarda) CentOS 7 ve hem OpenSSH_6.4 hem de OpenSSH_6.6.1 kullanarak karşılaştım. Yapmak chmod 700 ~sorunumu çözdü.
AntonioK

Aferin! Ancak: Buna göre: askubuntu.com/a/69867/31749 , ana dizinde grup yazma izni olamaz, ancak grup okuma iyi olmalıdır.
UlfR

Tamam, 750 benim durumumda bu sistemde çalışıp çalışmadığını kontrol etmeliyim.
AntonioK

2
Sadece kontrol ettim. chmod 750 ~iyi çalışıyor.
AntonioK

3

Şans eseri, authorized_keysdosyayı oluştururken, dosya adınızı yanlış yazdınız ( authorzied_keyssorudaki gibi yazdığınızdan (i ve z değiş tokuş edildi), dosyayı aynı şekilde adlandırmış olmanız mümkündür) ssh config dosyasında, dosyanın adı özellikle şu şekilde belirtilir:

AuthorizedKeysFile %h/.ssh/authorized_keys

Bu nedenle, dosya adının aynı olduğundan emin olmanız gerekir. Bu yüzden sadece dosya adını doğrulayın.


3

Bazen özel anahtarı açıkça -i ile sağlamanız gerekir

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


1
Bu sorun değil gibi görünüyor, ama yine de iyi bir nokta.
LittleByBlue
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.