System/Linux
password-less SSH
신씅
2014. 6. 20. 00:16
[key 생성]
$ssh-keygen -t rsa
$cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys
[테스트]
$ssh localhost