以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2024/03/20/220901より取得しました。


Githubのパスワード認証が無効になったので大人しくSSH方式を設定する

実際のところ

ssh-keygen -t ed25519 -C "your_email@example.com"
$ eval "$(ssh-agent -s)"
Agent pid 8871

クライアントに鍵を追加

$ ssh-add ~/.ssh/id_ed25519
Enter passphrase for /home/ubuntu/.ssh/id_ed25519: 
Identity added: /home/ubuntu/.ssh/id_ed25519 (your_email@example.com)

以下のコマンドで出た値をGithubの設定に追加

$ cat ~/.ssh/id_ed25519.pub
ssh-ed25519 AAAAC3Nza... your_email@example.com


SSH接続のテスト
端末に入れない云々が表示され何も起こりませんが……

$ ssh -T git@github.com



以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2024/03/20/220901より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14