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
끝
반응형
'Tech' 카테고리의 다른 글
(진행중) tabbyML 설치 (0) | 2023.05.02 |
---|---|
하이패스(하이플러스카드) 인터넷 충전 (2023년 1월 업데이트) (0) | 2023.01.13 |
[해결] gpg: keyserver receive failed: Server indicated a failure (1) | 2022.10.13 |
[해결] E: Unable to locate package vim (0) | 2022.10.12 |
시놀로지 - 맥북 타임머신 마이그레이션 (Macbook Time machine migration) (0) | 2022.10.01 |