SSH, pubkey atlamama devam ediyor ve bir şifre soruyor


52

Ne zaman uzak sunucuma ssh koysam, şifreyi girmem gerekiyor. Ortak anahtarımı (id_dsa.pub) uzak sunucuya kullanarak kopyaladım:

ssh-copy-id -i id_dsa.pub user@server

Yetki_ anahtarına doğru eklendiğini kontrol ettim. Tüm dosya / dizin izinleri doğru:

~user 755
~user/.ssh 700
~user/.ssh/authorized_keys 640
~user/.ssh/id_dsa.pub 644

/ Etc / ssh / sshd_config içindeki PasswordAuthentication alanı evet olarak ayarlanmıştır. Sshd'yi hata ayıklama moduna geçirdim ve ayrıntılı anahtarı ssh komutuna ekledim. Sunucunun satır nedeniyle id_pub.dsa kullanmaya çalışmadığı izlenimini edindim

Skipping ssh-dss key: ........... not in PubkeyAcceptedKeyTypes

Sunucu tarafında şifreli bir disk yok. Nasıl ilerleyeceğine dair bir fikrin var mı? İşte ssh daemon hata ayıklama bilgisi:

sudo /usr/sbin/sshd -d
====
debug1: sshd version OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: key_parse_private2: missing begin marker
debug1: read PEM private key done: type RSA
debug1: private host key: #0 type 1 RSA
debug1: key_parse_private2: missing begin marker
debug1: read PEM private key done: type DSA
debug1: private host key: #1 type 2 DSA
debug1: key_parse_private2: missing begin marker
debug1: read PEM private key done: type ECDSA
debug1: private host key: #2 type 3 ECDSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-d'
Set /proc/self/oom_score_adj from 0 to -1000
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
debug1: inetd sockets after dupping: 3, 3
Connection from xxx port 63521 on yyy port 22
debug1: Client protocol version 2.0; client software version OpenSSH_7.1
debug1: match: OpenSSH_7.1 pat OpenSSH* compat 0x04000000
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
debug1: permanently_set_uid: 115/65534 [preauth]
debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256 [preauth]
debug1: SSH2_MSG_KEXINIT sent [preauth]
debug1: SSH2_MSG_KEXINIT received [preauth]
debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none [preauth]
debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none [preauth]
debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth]
debug1: SSH2_MSG_NEWKEYS sent [preauth]
debug1: expecting SSH2_MSG_NEWKEYS [preauth]
debug1: SSH2_MSG_NEWKEYS received [preauth]
debug1: KEX done [preauth]
debug1: userauth-request for user damian service ssh-connection method none [preauth]
debug1: attempt 0 failures 0 [preauth]
debug1: PAM: initializing for "damian"
debug1: PAM: setting PAM_RHOST to "freebox-server.local"
debug1: PAM: setting PAM_TTY to "ssh"
Connection closed by xxxx [preauth]
debug1: do_cleanup [preauth]
debug1: monitor_read_log: child log fd closed
debug1: do_cleanup

İşte ssh ayrıntılı çıktı:

$ ssh -v user@server
OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
debug1: Connecting to server [xxxx] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /home/user/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/user/.ssh/id_rsa-cert type -1
debug1: identity file /home/user/.ssh/id_dsa type 2
debug1: key_load_public: No such file or directory
debug1: identity file /home/user/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/user/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/user/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3 pat OpenSSH_6.6.1* compat 0x04000000
debug1: Authenticating to server:22 as 'user'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none
debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:v4BNHM0Q33Uh6U4VHenA9iJ0wEyi8h0rFVetbcXBKqA
debug1: Host 'server' is known and matches the ECDSA host key.
debug1: Found key in /home/user/.ssh/known_hosts:2
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /home/user/.ssh/id_rsa
debug1: Skipping ssh-dss key /home/user/.ssh/id_dsa for not in PubkeyAcceptedKeyTypes
debug1: Trying private key: /home/user/.ssh/id_ecdsa
debug1: Trying private key: /home/user/.ssh/id_ed25519
debug1: Next authentication method: password
user@server's password:

1
Aynı sorun için superuser.com/q/1016989/93541 e bakınız (ve esasen aynı çözüm).
DW

Hedef üzerindeki sshd_config'de PubkeyAuthentication no varsa, her zaman bir şifre sorulacağını unutmayın. Evet olarak ayarlayın ve pubkey kimlik doğrulamasını etkinleştirmek için sshd'yi (hedef ana bilgisayarda) yeniden başlatın.
C. Kelly

Yanıtlar:


84

Yeni openssh sürümü (7.0+) DSA anahtarlarını kaldırmıştır ve varsayılan olarak DSA anahtarlarını kullanmamaktadır (sunucuda veya istemcide değil). Anahtarların artık kullanılması tercih edilmez, bu yüzden mümkünse RSA anahtarlarını kullanmanızı tavsiye ederim .

Gerçekten DSA anahtarlarını kullanmanız gerekiyorsa, açık bir şekilde istemcileri yapılandırma ayarlarında kullanmalarına izin vermeniz gerekir.

PubkeyAcceptedKeyTypes +ssh-dss

~/.ssh/configAyrıntılı mesaj size söylemeye çalıştığı gibi, bu satırı koymak için yeterli olmalıdır .


5
1, ama daha iyi tavsiyem başka kullanmak olacaktır olmayan kullanım dışı, anahtar türü ...
jasonwryan

@jasonwryan Yorumunuz için teşekkür ederiz. Kesinlikle. Cevabı güncelleyeceğim.
Jakuje

Teşekkürler Jakuje! Bu mantıklı, dsa'nın eski olduğunu anlamadım. Yeni bir anahtar çifti oluşturdum ssh-keygenrsa şimdi varsayılandır. Yarın diğer makineden bununla giriş yapmaya çalışacağım.
Damo

Eğer ~/.ssh/configyoksa, sadece yaratın. Ve Corect izinleri ayarlamayı unutmayın: chmod 600 ~/.ssh/config.
Florian Brucker

@knb bunu yapma. Tüm eliptik eğri algoritmalarını kaldırdığınız için gelecekte başka algoritmalar kullanmaktan kaçınacaktır.
Jakuje

2

Benim durumumda, başka bir kullanıcı AuthorizedKeysFilekonumu değiştirdiği için bu sorunu yaşıyordum . authorized_keysBu konumdaki diğer kullanıcılar için hiçbir authorized_keysseçenek olmadığından, varsayılan giriş dizininde doğru izinler olsa bile, giriş varsayılan olarak paroladır .

AuthorizedKeysFile   /etc/ssh/%u/authorized_keys

Varsayılan ayarlara geri dönmek için bu değiştirilmiş hat çıkışı ve yeniden başlatılan sshd hizmetini yorumladı;


SELinux içeriğinin kullanıcının homedir'sinde doğru şekilde başlatılmadığı bir RHEL7 sistemindeki benzer bir sorunu çözdüm, bu yüzden ssh standart izinlere rağmen yetkili anahtar dosyasını okuyamadı. Sonunda restorecon -Rv /homeaynı sistemde yanlış ayarlanmış diğer kullanıcılar için düzeltmek için çalışıyordum .
dannysauer

1

Jakuje'nin Yanıtını denedim Şans yok. Ama sorunu oradan anlıyorum. Yorum eklemeye çalıştım, ancak neden bir cevap ekleyeceğine dair itibar gerek.

Ancak benim için yapılandırma dosyası / etc / ssh / ssh_config

  1. sudo nano /etc/ssh/ssh_config
  2. PubkeyAcceptedKeyTypes +ssh-dss Bu çizgiyi en altına ekledi.
  3. Kaydet ve tekrar dene.

Yaradı!


1

Sadece SSH’yi ahududu Pi’ye yapmak için yaptıklarımı özetlemek için .

Sunucu makinesinde (ahududu Pi):

$ ip addr show 

ya da basitçe ip a, bu Pi makinesinin IP adresini gösterecektir - host_ip

$ mkdir .ssh

İstemci makinesinde (ubuntu):

$ ssh-keygen -t rsa  

Yukarıda @Jakuje'ye teşekkür ederiz. Anahtar üretimi için başlangıçta ssh-keygen -t dsa'yı kullanıyordum ve ssh benden şifre istedi. ssh -v ip-address bana Jakuje'nin cevabını görene kadar fazla faydalı bilgi vermiyor.

$ cat .ssh/id_rsa.pub | ssh user_id@host_ip 'cat >> ~/.ssh/authorized_keys'  

user_id ve host_ip yerine, istendiğinde Pi makine için parola sağlayın

$ ssh user@ip_address

başarıyla PI giriş yaptı, daha fazla şifre yok


0

DSA benim için işe yaramadı. RSA yaptı.

ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa
cat /Users/user_name/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys

Ve şifre olmadan ssh yapabilirim.

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.