Skip to content

Instantly share code, notes, and snippets.

@griiid
Created March 10, 2021 07:38
Show Gist options
  • Save griiid/3d243f10dcc97291643b063aff67c30f to your computer and use it in GitHub Desktop.
Save griiid/3d243f10dcc97291643b063aff67c30f to your computer and use it in GitHub Desktop.
ssh-keygen -t rsa
# Enter file in which to save the key (/home/ivan/.ssh/id_rsa):
# key 儲存位置, 如果沒有特別要改地方, 按Enter即可
# Enter passphrase (empty for no passphrase):
# 是否要設定key的密碼, 不用的話按Enter即可
# Enter same passphrase again:
# 再次設定密碼, 上一部沒有設定的話按Enter即可
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment