You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Linux user (have not tested to see for other OS') I see this
As you can see it states to run the command $ ssh-add ~/.ssh/id_rsa however by this point you have created a id_ed25519 ssh key so this will not work. For novices or people who like "TLDR" this will be confusing and create a bad user experience.
Additional information
I did fork the docs repo in an attempt to update it, but then I came across an unexpected element I was not aware of. The .md files use templating and inject data into the view e.g. {% data reusables.ssh.dsa-support %}.
After more digging, I found https://github.com/github/docs/blob/main/data/reusables/ssh/add-ssh-key-to-ssh-agent-commandline.md which is where it would appear its coming from.
I would like someone to confirm does this page toggle between different views based on operating systems ?
changing the above ssh agent .md file would that change it for all views?