연결을 하려고하는 client 서버(출발지)에서 아래 실행
ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub [user]@[host]
수신 서버(수신지) 아래 실행 -- 필요 없을 수 있음
chmod 700 ~/.ssh/
chmod 600 ~/.ssh/authorized_keys