■ VM에서 Ubuntu 사용중에 SSH 접속시 다음 오류가 발생
- 환경정보
Ubuntu 22.04 LTS
Vagrant VMPermission denied (publickey)
■ 해결방법
- PasswordAuthentication 설정값 변경
$ sudo vi /etc/ssh/sshd_config.d/*.conf #PasswordAuthentication no # no => yes 변경 PasswordAuthentication yes
- SSH 서버 데몬 재시작
$ sudo vi /etc/ssh/sshd_config.d/*.conf sudo systemctl restart sshd
'TIP-LINUX' 카테고리의 다른 글
Ubuntu Desktop 22.04 LTS 한글 키보드 설정하기 (0) | 2024.07.12 |
---|---|
Ubuntu Linux Samba(SMB) mount 하기 (0) | 2024.06.10 |
Ubuntu 24.04 원격 데스크탑 연결 "Settings" is not responding (2) | 2024.06.04 |
Ubuntu Linux USB 외장하드 마운트 하기 (0) | 2024.05.31 |
Ubuntu Linux 다른 디스크에 있는 Logical Volume(논리 볼륨) 마운트 하기 (0) | 2024.05.29 |