LoginSignup
0
0

More than 5 years have passed since last update.

SSH 秘密鍵作成コマンド

Last updated at Posted at 2019-01-30

毎回、ググってばかりなので。自分の Qiita に保存しておく。

デフォルト

$ ssh-keygen -t rsa -b 4096 -C "email@example.com"

保存先が違う場合

$ ssh-keygen -t rsa -b 4096 -C "email@example.com" -f /var/lib/nginx

参考
https://qiita.com/suthio/items/2760e4cff0e185fe2db9
https://qiita.com/reflet/items/0c338df07d9f6c6ef776

クレジット

この記事が役に立ったら、「 CMS は concrete5 が一番」と頭の中で10回唱えてみてください〜。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0