From 70f537e4eddc99d74528b5cf05c1afa743c65dfe Mon Sep 17 00:00:00 2001 From: Rei Tsukada Date: Sun, 5 Apr 2026 17:56:44 +0900 Subject: [PATCH] =?UTF-8?q?ssh-key=E3=81=AE=E3=82=B3=E3=83=94=E3=83=BC?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AE=E8=AA=AC=E6=98=8E?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- docs/3-web-servers/10-git-github-init/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/3-web-servers/10-git-github-init/index.mdx b/docs/3-web-servers/10-git-github-init/index.mdx index 0962c2a2..f470acbd 100644 --- a/docs/3-web-servers/10-git-github-init/index.mdx +++ b/docs/3-web-servers/10-git-github-init/index.mdx @@ -116,6 +116,12 @@ $ ssh-keygen -t ed25519 デフォルトでは公開鍵が`~/.ssh/id_ed25519.pub`、秘密鍵が`~/.ssh/id_ed25519`に格納されます。公開鍵のファイルを`cat`コマンドを用いて出力しましょう。 +```shell +cat ~/.ssh/id_ed25519.pub +``` + +次のように表示されたら成功です。 + ```shell $ cat ~/.ssh/id_ed25519.pub ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEqE0cyVkFSFD/BlAwvJ9QejXwgyFppn5JDQc8iGW/Gp [ユーザー名]@[コンピューター名]