Skip to content

Commit 250ce13

Browse files
Yokomi422claude
andauthored
コマンドと出力を別のコードブロック内に記載するように修正 (#943)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 796a11d commit 250ce13

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • docs/3-web-servers/10-git-github-init

docs/3-web-servers/10-git-github-init/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ $ ssh-keygen -t ed25519
116116

117117
デフォルトでは公開鍵が`~/.ssh/id_ed25519.pub`、秘密鍵が`~/.ssh/id_ed25519`に格納されます。公開鍵のファイルを`cat`コマンドを用いて出力しましょう。
118118

119+
```shell
120+
cat ~/.ssh/id_ed25519.pub
121+
```
122+
123+
次のように表示されたら成功です。
124+
119125
```shell
120126
$ cat ~/.ssh/id_ed25519.pub
121127
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEqE0cyVkFSFD/BlAwvJ9QejXwgyFppn5JDQc8iGW/Gp [ユーザー名]@[コンピューター名]

0 commit comments

Comments
 (0)