OS/Linux

SSH (rsa) key 접속과 ID/PW 접속 같이 사용하기

아르비스 2016. 6. 7. 15:29

기본적으로 서버설정인지는 모르지만,


SSH key를 생성해서 Authorized_keys에 등록하게 되면,

ID/PW 접속이 안된다. (안되었다..ㅎㅎ)

이런경우, 아래 값을 변경하면, 둘다 가능하게 된다. key와 id/pw


> vi /etc/ssh/sshd_config

...

# To disable tunneled clear text passwords, change to no here!

PasswordAuthentication yes


...



끝~