Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.08 KB

ssh_keygen.md

File metadata and controls

20 lines (15 loc) · 1.08 KB

公開鍵の作成方法

Linux、macOSの場合

  • TL; DR
    • run ssh-keygen -t rsa and enter three times.
  1. ssh-keygen -t rsa
  2. Enter file in which to save the key (/Users/shunki/.ssh/id_rsa): 鍵の格納場所をしている(括弧内がデフォルト)
  3. Enter passphrase (empty for no passphrase): パスワードを入力(なにも書かずにEnterはパスワードなし)
  4. Enter same passphrase again: パスワードを再入力

Windowsの場合