공개 키 인증 실패


9

우분투 13.10을 사용하고 있으며 서버는 우분투 12.04를 실행합니다. ssh-keygen을 사용하여 개인 및 공개 키를 생성하고 id_rsa.pub를 서버 측 authorzied_keys에 넣고 인터넷에서 찾은 방법에 따라 추가했습니다 . 그러나 로그인을 시도하는 동안 여전히 비밀번호를 입력해야합니다. 홈 디렉토리를 700으로, .ssh 디렉토리를 700으로, authorzied_keys 파일을 600으로 설정했으며, sshd_config 파일을 확인했는데 아무 일도 일어나지 않았습니다.

디버그 정보 (-vvv 옵션 사용) 및 sshd_config는 다음과 같으며 서버의 auth.log 파일에 아무것도 표시되지 않습니다.

클라이언트 및 서버 측에서 openssh-server openssh-client를 업데이트했습니다.

내가해야 할 다른 일이 있습니까? 정보 주셔서 감사합니다.

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: 

그리고 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

답변:


12

이 비트는 개인 키를 사용하여 암호화 로그인을 시도한 것으로 보이지만 다른 사용자는이를 허용하지 않기 때문에 시도해야했습니다.

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

가장 간단한 문제는 공개 키를 복사하는 데있을 수 있습니다. 다른 쪽 끝에는없는 키로 인증하려고 시도하는 것과 동일한 응답을 얻기 때문입니다.

ID를 수동으로 복사하는 대신 ssh-copy-id암호를 입력 해보 십시오. 그러면 암호가 업데이트 authorized_keys됩니다. (a) 반드시 선택 ssh해야하는 것과 동일한 키를 선택해야합니다. (b) 실수로 포맷 오류를 추가하지 않았는지 확인하십시오.

당신을 위해 작동하면 추가 라인 비교 authorized_keys에 의해를 ssh-copy-id잘하면 당신은 무엇이 잘못되었는지 이해하게 될 것입니다.


작동합니다. 대단히 감사합니다! authorized_keys파일 이름 으로 오타가있는 것으로 나타났습니다 . 나는 ... 나는 졸려 동안 눈이 잘 작동하지 않습니다 ... 모든 방법을 시도하고 (나는 파일 이름 오타에 대해 뭔가를 읽기) 파일 이름을 여러 번 확인하지만, 한
leetom

를 사용하여 ssh-copy-id나를 위해 속임수
Asaf

Mac이 없다면 완벽하게 작동합니다. :)
Fixee

brew install ssh-copy-id당신이 homebrew를 사용하는 경우 @Fixee
Greg

1
SELinux를 활성화하고 잘못 구성하여 sshd가 authorized_keys 파일을 읽지 못하게하는 경우에도 이러한 정확한 증상이 나타날 수 있습니다 (SELinux 감사 로그를 보지 않고 항상 명확하지는 않습니다. 수동으로 읽거나 sudo를 통해 수동으로 읽을 수있는 상태)
mtraceur

5

권한은 공개 키 인증 실패를 유발하는 또 다른 종류의 문제 일 수 있습니다. 사용자를 제외한 다른 사람이 사용자 ~~/.ssh디렉토리를 읽을 수 없는지 확인하십시오 ( chmod 700 ~ && chmod 700 ~/.ssh수정 가능).

편집 : 권한 750 ~도 괜찮습니다.


이것이 사실입니까? 권한은 ~/중요하지 않으며 Ubuntu의 기본값은 일반적으로 홈 디렉토리에서 755이며 나를 위해 작동합니다.
UlfR

나는 (원격 호스트에서) CentOS 7과 OpenSSH_6.4와 OpenSSH_6.6.1을 모두 사용하는 것에 직면했습니다. 방금 chmod 700 ~내 문제를 해결했습니다.
AntonioK

잘 됐네요! 그러나 : askubuntu.com/a/69867/31749 에 따르면 홈 디렉토리에는 그룹 쓰기 권한이 없지만 그룹 읽기는 괜찮습니다.
UlfR

좋아, 그 시스템에서 750이 작동하는지 확인해야합니다.
AntonioK

2
방금 확인했습니다. chmod 750 ~잘 작동합니다.
AntonioK

3

우연히도 authorized_keys파일을 만들 때 파일 이름의 철자가 틀렸습니까 ( authorzied_keys질문 과 같이 철자가 바뀌 었으므로 (i와 z 가 바뀌 었으므로 ) 파일의 이름을 같은 방식으로 지정했을 가능성이 있습니다) ssh 구성 파일에서 파일 이름은 구체적으로 다음과 같습니다.

AuthorizedKeysFile %h/.ssh/authorized_keys

따라서 파일 이름이 동일해야합니다. 파일 이름을 확인하십시오.


3

때로는 개인 키를 명시 적으로 -i와 함께 제공해야합니다.

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


1
이것은 여기서 문제가되지 않지만 어쨌든 좋은 지적입니다.
LittleByBlue
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.