Requirements
今回の環境
TL;DR
ssh-keygen -t ed25519 \
-C "583231+octocat@users.noreply.github.com"
gh ssh-key add ~/.ssh/github_ed25519.pub
ssh-add ~/.ssh/github_ed25519
gh repo clone microsoft/vscode-remote-try-node
devcontainer open ./vscode-remote-try-node
ssh -T git@github.com
Hi octocat! You've successfully authenticated, but
GitHub does not provide shell access.