Tech
the host does not support password keyboard interactive authentication
Honey buns
2022. 11. 19. 14:25
728x90
반응형
오라클 클라우드에서 비밀번호로 ssh 접속하려고 했더니 아래와 같은 메세지가 뜨며 접속이 안됨the host does not support password keyboard interactive authentication
아래 etc/ssh 경로에서 sshd_config 파일에서 다음과 같이
- 아래 명령어 입력
vi /etc/ssh/sshd_config
no라고 되어 있는 부분을 yes로 변경
PasswordAuthentication yes
KbdInteractiveAuthentication yes
ssh 재시작 (우분투)
service ssh restart
끝
반응형