본문 바로가기

Programming/Linux

putty access denied 문제 해결법

OS: Ubuntu 9.10

굳이 public 키 인증이나 이런걸 설정하지 않는다면
permission denied, please try again:
이 뜬 사황이면

vim /etc/ssh/sshd_config
로 가서
RSSAutehtication no
PubkeyAuthentication no

/etc/init.d/ssh restart
로 제시작 해주면 접속 거부 문제를 해결할 수 있다

ssh프로토콜에 관한 자세한 설명은
http://blog.naver.com/hgh73?Redirect=Log&logNo=90034216872
이 블러거님을 참고하자