LoginSignup
3
4

More than 5 years have passed since last update.

sshキーペア作成

Posted at

ど忘れする時があるのでメモ

$ ssh-keygen -t rsa

~/.ssh以下にid_rsa(秘密鍵)、id_rsa.pub(公開鍵)の2ファイルが作成される。

-fオプションを追加してファイル名を指定することが可能。

3
4
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
3
4