Skip to content

Regenerating SSH keys on Linux

Louis Maddox edited this page Nov 23, 2020 · 6 revisions

GitHub

Just use the official guide - but all important: save to keychain to retain the authorised ssh-agent across sessions

ssh-add -k ~/.ssh/id_rsa

(I think Mac may be capital -K?)


GitLab

In 2020 I moved to GitLab for site generation, where SSH keys are ED25519 not RSA ("more secure and performant")

Clone this wiki locally