ssh 암호 물어보지 않게, 그동안 ssh pub 공개키를 복사하는 작업을 일일이 해오던 나.

이제는 ssh-copy-id 명령어를 통해서 ssh pub 공개키를 이용해서 쉽게 복사할 수 있다. 


web1 서버 

[knight@web1 ~]$ ssh-copy-id knight@web2

knight@web2's password: 

id: cannot find name for group ID knight

Now try logging into the machine, with "ssh 'knight@ web2'", and check in:


  .ssh/authorized_keys


to make sure we haven't added extra keys that you weren't expecting.



web2 서버 


[knight@web2 ~]$ ls .ssh

authorized_keys



Posted by '김용환'
,