주식회사 누리아이티

정보자산의 보안강화를 위한 3단계 인증 보안SW(BaroPAM) 전문기업인 누리아이티

▶ BaroSolution/오류 메시지

No supported authentication methods available (server sent publickey,gssapt-keyex,gssapt-with-mic)

누리아이티 2024. 4. 9. 16:08

현상 : No supported authentication methods available (server sent publickey,gssapt-keyex,gssapt-with-mic)

 

원인 : Interactive mode를 지원하지 않음.(/etc/pam.d/sshd 설정 시 nullok를 설정하지 말고 forward_pass로 설정해야 함)

 

조치 : "/etc/ssh/sshd_config" 파일에서 "AuthorizedKeysFile .ssh/authorized" 주석처 및 "PasswordAuthentication yes" 변경 후 sshd restart