
PubkeyAuthentication no
에 설정하고 싶지만 /etc/ssh/sshd_config
누군가 제외되어야 합니다. 예: John
답변1
다음과 같은 내용을 다음과 같이 추가하세요 sshd_config
.
Match User John
PubkeyAuthentication yes
잊지 마세요sudo systemctl reload sshd
PubkeyAuthentication no
에 설정하고 싶지만 /etc/ssh/sshd_config
누군가 제외되어야 합니다. 예: John
다음과 같은 내용을 다음과 같이 추가하세요 sshd_config
.
Match User John
PubkeyAuthentication yes
잊지 마세요sudo systemctl reload sshd