Home

Ask HN: Am I being oversensitive about my SSH keys?

3 pointsby p0dover 1 year ago
I want to centralise my ssh private keys and config file but it feels wrong to put them on Gitlab or Github. Am I being oversensitive?

1 comment

dave4420over 1 year ago
If you’re dead set on centralising your private keys, I would store them in a password vault (e.g. 1Password has ssh integration, presumably its competitors do as well).<p>Unless you don’t want to reveal hostnames to Gitlab&#x2F;Github, it should be fine to have a copy of your .ssh&#x2F;config there though?