We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796a11d commit 250ce13Copy full SHA for 250ce13
1 file changed
docs/3-web-servers/10-git-github-init/index.mdx
@@ -116,6 +116,12 @@ $ ssh-keygen -t ed25519
116
117
デフォルトでは公開鍵が`~/.ssh/id_ed25519.pub`、秘密鍵が`~/.ssh/id_ed25519`に格納されます。公開鍵のファイルを`cat`コマンドを用いて出力しましょう。
118
119
+```shell
120
+cat ~/.ssh/id_ed25519.pub
121
+```
122
+
123
+次のように表示されたら成功です。
124
125
```shell
126
$ cat ~/.ssh/id_ed25519.pub
127
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEqE0cyVkFSFD/BlAwvJ9QejXwgyFppn5JDQc8iGW/Gp [ユーザー名]@[コンピューター名]
0 commit comments