ssh
ssh の鍵はどこに保存するべきか?
Permissions of private key
クライアント側鍵生成
サーバー設定
$ ssh-keygen -t ed25519 -f ~/.ssh/<file name>
$ ssh-copy-id -i ~/.ssh/<file name>.pub -p <port> username@remote-server.org
ssh server 側で password login を許可しておく必要がある
On mac we can use keychain as password store