Shell

ssh に公開鍵認証を利用するための、秘密鍵と公開鍵を作成します。

ssh-keygen -t rsa -b 4096 -f ssh-key -C ""

-t rsa は、暗号化方式を指定します。default は rsa ...