답변:
약간의 시행 착오 끝에 답을 찾았습니다. 이러한 옵션은 다음에서 설정해야합니다 /etc/sshd_config
.
PasswordAuthentication no
ChallengeResponseAuthentication no
그들 중 하나만 바꾸는 것만으로는 충분하지 않습니다.
ChallengeResponseAuthentication no
.
/ etc / ssh / sshd_config에서
# To disable tunneled clear text passwords, change to no here! Also,
# remember to set the UsePAM setting to 'no'.
#PasswordAuthentication yes
#PermitEmptyPasswords no
PasswordAuthentication을 no로 설정하고 앞에있는 #을 제거하십시오.
실제로 / etc / sshd_config에 다음 줄을 설정합니다.
비밀번호 인증 번호
스톡 설치를 사용하는 경우 (즉, 소스에서 직접 빌드 / 설치하지 않은 경우) launched는 데몬을 다시 시작하지 않고도 새 구성을 선택해야합니다.
/etc/ssh/sshd_config
대신의/etc/sshd_config