Y
Hacker News
new
|
ask
|
show
|
jobs
by
MuffinFlavored
807 days ago
> I just have a git repo with a branch for every machine.
Aren't you supposed to "not" commit secrets/sensitive values to git repos as "best practice"?
3 comments
dark-star
807 days ago
I guess it's a private repo...
link
az09mugen
807 days ago
For many dotfile configs such as text editors, aliases or else not involving security, I personally don't care if it's public. Take this example
https://github.com/AzogMugen/shortcuts-config/tree/master/ho...
link
kaashif
807 days ago
Where does their comment indicate they commit secrets?
link
pvorb
807 days ago
Perhaps SSH/GPG private keys are .gitignored?
link
solarengineer
807 days ago
I protect my ssh keys with passphrases, and then load the keys using ssh-add.
link