Linux 서버 SSH가 계속 비밀번호를 요구합니다. 올바른 설정은 무엇이며 누락된 것은 무엇입니까?

Linux 서버 SSH가 계속 비밀번호를 요구합니다. 올바른 설정은 무엇이며 누락된 것은 무엇입니까?

SSH2 서버에 접속하려고 합니다. 비밀번호를 통해 연결할 수 있지만 SSH를 설정해야 했기 때문에 ssh-keygen로컬로 생성하고 command 를 사용하여 서버에 복사하고 ssh-copy-id root@IP_ADDRESS다시 확인하여 폴더에 저장했습니다 ~/.ssh/authorized_keys.

변경했는데 home아무것도 도움이 되지 .ssh않는 authorized key permissions것 같고 서버가 계속 비밀번호를 요구합니다.

chmod go-w ~/
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys

/etc/ssh/sshd_config또한 나는 모든 것이 괜찮은지 확인하기 위해 조사했습니다 . 다음은 구성입니다

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      %h/.ssh/authorized_keys

또한 변경 사항이 있을 때마다 ssh-service를 다시 시작했습니다 sudo systemctl restart ssh.service. 이제 정말 실망스러워지고 있습니다. 간단한 설정은 작동하지 않고 몇 시간이 걸립니다.

루트 폴더 권한

drwx------  12 root root    20480 Apr  7 00:52 root

.ssh 폴더 권한

drwx------   2 root root  4096 Apr  7 00:32 .ssh

Authorized_keys 권한

-rw------- 1 root root 563 Apr  7 00:07 .ssh/authorized_keys

ssh -vv를 사용하여 로그

OpenSSH_8.9p1, OpenSSL 1.1.1m  14 Dec 2021
debug1: Reading configuration data /home/ad/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname **********:2e0c::2 is address
debug1: Connecting to **********:2e0c::2 [**********:2e0c::2] port 22.
debug1: Connection established.
debug1: identity file /home/ad/.ssh/id_rsa type 0
debug1: identity file /home/ad/.ssh/id_rsa-cert type -1
debug1: identity file /home/ad/.ssh/id_ecdsa type -1
debug1: identity file /home/ad/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/ad/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/ad/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/ad/.ssh/id_ed25519 type -1
debug1: identity file /home/ad/.ssh/id_ed25519-cert type -1
debug1: identity file /home/ad/.ssh/id_ed25519_sk type -1
debug1: identity file /home/ad/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/ad/.ssh/id_xmss type -1
debug1: identity file /home/ad/.ssh/id_xmss-cert type -1
debug1: identity file /home/ad/.ssh/id_dsa type -1
debug1: identity file /home/ad/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.9
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5+deb8u7
debug1: compat_banner: match: OpenSSH_6.7p1 Debian-5+deb8u7 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to **********::2:22 as 'user'
debug1: load_hostkeys: fopen /home/ad/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,[email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
debug2: host key algorithms: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],rsa-sha2-512,rsa-sha2-256
debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,[email protected],zlib
debug2: compression stoc: none,[email protected],zlib
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
debug2: host key algorithms: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],[email protected]
debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],[email protected]
debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,[email protected]
debug2: compression stoc: none,[email protected]
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug1: kex: algorithm: [email protected]
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: SSH2_MSG_KEX_ECDH_REPLY received
debug1: Server host key: ssh-ed25519 SHA256:**********/***joHf2Me+/8X6H3WnPXZLQR1fE1s6Q
debug1: load_hostkeys: fopen /home/ad/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: Host '**********::2' is known and matches the ED25519 host key.
debug1: Found key in /home/ad/.ssh/known_hosts:10
debug2: ssh_set_newkeys: mode 1
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug2: ssh_set_newkeys: mode 0
debug1: rekey in after 134217728 blocks
debug1: Will attempt key: /home/ad/.ssh/id_rsa RSA SHA256:*********/7Dd/3o******DYua3nreWs
debug1: Will attempt key: /home/ad/.ssh/id_ecdsa 
debug1: Will attempt key: /home/ad/.ssh/id_ecdsa_sk 
debug1: Will attempt key: /home/ad/.ssh/id_ed25519 
debug1: Will attempt key: /home/ad/.ssh/id_ed25519_sk 
debug1: Will attempt key: /home/ad/.ssh/id_xmss 
debug1: Will attempt key: /home/ad/.ssh/id_dsa 
debug2: pubkey_prepare: done
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/ad/.ssh/id_rsa RSA SHA256:*********/7Dd/3o******DYua3nreWs
debug1: send_pubkey_test: no mutual signature algorithm
debug1: Trying private key: /home/ad/.ssh/id_ecdsa
debug1: Trying private key: /home/ad/.ssh/id_ecdsa_sk
debug1: Trying private key: /home/ad/.ssh/id_ed25519
debug1: Trying private key: /home/ad/.ssh/id_ed25519_sk
debug1: Trying private key: /home/ad/.ssh/id_xmss
debug1: Trying private key: /home/ad/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password

관련 정보