인프라/리눅스
The client has disconnected from the server. reashon: Reason : Unable to authenticate using any of the configured authentication methods.
IT맥구리나스
2023. 7. 10. 17:17
개요
The client has disconnected from the server. reashon: Reason : Unable to authenticate using any of the configured authentication methods. 에러가 발생할때 처리방법
처리방법
/etc/ssh/sshd_config 에서 아래와 같이 설정 해야 해결된다.
PasswordAuthentication yes
수정후 sshd 서비스 재시작
반응형