IT

우분투 ssh Permission denied (publickey). 해결

티끌재미 2024. 4. 15. 11:07
반응형

1. 증상

SSH 접속시 위와 같이 에러발생(패스워드 입력창 조차 뜨지 않음)

 

 

2. 해결

sudo vi /etc/ssh/sshd_config

PasswordAuthentication yes

ChallengResponseAuthentication no

 

sudo service ssh restart

 

반응형