Xác thực khóa công khai không thành công


9

Tôi đang sử dụng Ubuntu 13.10 và máy chủ chạy Ubuntu 12.04. Tôi đã tạo khóa riêng và khóa chung bằng ssh-keygen và đặt id_rsa.pub vào phía máy chủ và thêm nó vào authorzied_keysaccordding cho phương thức tôi tìm thấy trên Internet. Nhưng, tôi vẫn phải nhập mật khẩu trong khi tôi đang cố gắng đăng nhập. Tôi đã đặt thư mục nhà thành 700, .ssh dir thành 700, tệp Authorzied_keys thành 600 và tôi có tệp sshd_config checke và không có gì xảy ra.

Thông tin gỡ lỗi (với tùy chọn -vvv) và sshd_config như sau và không có gì được liệt kê trong tệp auth.log của máy chủ.

Tôi thậm chí đã cập nhật openssh-server openssh-client ở cả phía máy khách và máy chủ.

Có điều gì khác tôi phải làm không? Cảm ơn cho bất kỳ thông tin.

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: 

và 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

Câu trả lời:


12

Bit này có vẻ như chúng tôi đã sử dụng khóa riêng của bạn để thử đăng nhập bằng mật mã, sau đó chúng tôi phải thử người khác vì nó không được chấp nhận:

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

Vấn đề đơn giản nhất có thể là do bạn sao chép khóa công khai, bởi vì tôi nhận được phản hồi tương tự khi cố gắng xác thực bằng một khóa mà tôi biết đầu kia không có ở đây.

Thay vì sao chép thủ công id, tại sao không thử ssh-copy-id- nhập mật khẩu của bạn và nó sẽ cập nhật authorized_keys. Điều đó nên (a) chắc chắn chọn cùng một khóa như sshnên chọn, (b) đảm bảo bạn không vô tình thêm bất kỳ lỗi định dạng nào.

Nếu mà làm việc cho bạn, so sánh dòng thêm vào authorized_keysbằng ssh-copy-idvà hy vọng bạn sẽ hiểu những gì đã xảy ra.


Nó hoạt động, cảm ơn bạn rất nhiều! Hóa ra tôi có một lỗi đánh máy với authorized_keystên tệp. Tôi đã thử mọi phương pháp và kiểm tra tên tệp nhiều lần (tôi đã đọc vài thứ về typo tên tệp), nhưng ... Đôi mắt sẽ không hoạt động tốt trong khi tôi buồn ngủ ...
leetom 23/12/13

Sử dụng ssh-copy-idđã tạo ra mánh khóe cho tôi
Asaf

Điều này hoạt động hoàn hảo ... trừ khi bạn có máy Mac. :)
Fixee

@Fixee brew install ssh-copy-idnếu bạn sử dụng homebrew
Greg

1
Các triệu chứng chính xác này cũng có thể biểu hiện nếu bạn đã bật và kích hoạt sai cấu hình của Selinux để nó không cho sshd đọc tệp ủy quyền một trạng thái mà hướng dẫn đọc là người dùng hoặc thông qua sudo có thể thành công)
mtraceur

5

Quyền có thể là một loại vấn đề khác gây ra lỗi xác thực khóa công khai: kiểm tra xem bất kỳ ai ~~/.sshthư mục của bạn không thể đọc được ngoại trừ người dùng của bạn ( chmod 700 ~ && chmod 700 ~/.sshcó thể khắc phục điều đó).

EDIT: quyền 750 ~cũng sẽ ổn.


Điều này có thực sự đúng không? Các quyền ~/không nên quan trọng, mặc định trong Ubuntu thường là 755 trên các thư mục nhà và nó hoạt động với tôi.
UlfR

Tôi thực sự phải đối mặt với việc sử dụng (tại máy chủ từ xa) CentOS 7 và cả OpenSSH_6.4 và OpenSSH_6.6.1. Làm vừa chmod 700 ~giải quyết vấn đề của tôi.
AntonioK

Tốt cho bạn! Nhưng: Theo cách này: Askubfox.com/a/69867/31749 không thể có quyền ghi nhóm trên thư mục chính, nhưng đọc nhóm sẽ ổn.
UlfR

Được rồi, tôi nên kiểm tra xem 750 hoạt động trong trường hợp của tôi trên hệ thống đó.
AntonioK

2
Chỉ cần kiểm tra nó. chmod 750 ~hoạt động tốt
AntonioK

3

Tình cờ, khi tạo authorized_keystệp, bạn đã viết sai tên tệp của mình (vì bạn đã đánh vần nó như authorzied_keystrong câu hỏi (i và z trao đổi), có khả năng bạn đã đặt tên tệp theo cùng một cách) Trong tệp cấu hình ssh, Tên của tệp được đề cập cụ thể như

AuthorizedKeysFile %h/.ssh/authorized_keys

Do đó, bạn cần đặc biệt rằng tên tệp là giống nhau. Vì vậy, chỉ cần xác minh tên tệp.


3

Đôi khi bạn cần cung cấp khóa riêng một cách rõ ràng với -i

Thí dụ: ssh -i /root/.ssh/id_rsa2 user@remote


1
Điều này dường như không phải là vấn đề ở đây, nhưng dù sao thì điểm tốt.
LittleByBlue
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.