Skip to content

Commit 70bb48b

Browse files
authored
Merge pull request #341 from ut-code/change-command-of-showing-ssh-key
2 parents d0acd4c + c6d3e39 commit 70bb48b

File tree

1 file changed

+1
-2
lines changed
  • docs/3-web-servers/10-git-github-init

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ $ ssh-keygen -t ed25519
111111
デフォルトでは公開鍵が `~/.ssh/id_ed25519.pub`、秘密鍵が `~/.ssh/id_ed25519` に格納されます。公開鍵のファイルを `cat` コマンドを用いて出力しましょう。
112112

113113
```shell
114-
$ cd ~/.ssh
115-
$ cat id_ed25519.pub
114+
$ cat ~/.ssh/id_ed25519.pub
116115
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGz9wBSTWY0W4yJXPGQ/XsaffDTdvGOKg3mtR9pP3D6i [ユーザー名]@[コンピューター名]
117116
```
118117

0 commit comments

Comments
 (0)