HACKER Q&A
📣 p0d

Am I being oversensitive about my SSH keys?


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?


  👤 dave4420 Accepted Answer ✓
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).

Unless you don’t want to reveal hostnames to Gitlab/Github, it should be fine to have a copy of your .ssh/config there though?