'2014/03'에 해당되는 글 1건

  1. 2014.03.26 SSH login without password

SSH login without password

CS/Linux 2014. 3. 26. 15:01

원문 : http://www.linuxproblem.org/art_9.html


a@A 에서 b@B 로 password 없이 로그인

a@A:~> ssh-keygen -t rsa
a@A:~> cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'


: