cd ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
~/.ssh/id_rsa (秘密鍵)と ~/.ssh/id_rsa.pub(公開鍵)が出来てることを確認
vi ~/.ssh/config
Host example.com HostName example.sakura.ne.jp User example
scpはクライアントからサーバにファイルをコピー。
scp ~/.ssh/id_rsa.pub example.com:/home/example/.ssh/authorized_keys ssh example.com chmod 600 .ssh/authorized_keys