Created
November 7, 2020 08:17
-
-
Save gh640/f5d005539fb272242a9e8104dcae76cc to your computer and use it in GitHub Desktop.
サンプルコード: SSH 鍵の生成
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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