Skip to content

Instantly share code, notes, and snippets.

@gh640
Created November 7, 2020 08:17
Show Gist options
  • Select an option

  • Save gh640/f5d005539fb272242a9e8104dcae76cc to your computer and use it in GitHub Desktop.

Select an option

Save gh640/f5d005539fb272242a9e8104dcae76cc to your computer and use it in GitHub Desktop.
サンプルコード: SSH 鍵の生成
# SSH キーの生成
# See: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
ssh-keygen -t ed25519 -C "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment