What is the risk of committing an ascii-armored symmetric private key to VCS where the password lives outside of source control?
This is a private closed-source repo.
Two helpful topics:
What is the risk of committing an ascii-armored symmetric private key to VCS where the password lives outside of source control?
This is a private closed-source repo.
Two helpful topics:
I would strongly recommend AGAINST it ...
Passphrase on a SSH key isnt meant to protect it indefinitely ... it simply buys you time. If you brute force a password on a program or website it could lock you out after a specific number of tries. It could also notify the powers that be that someone is attempting to break in. A SSH Key is simply a file though ... if someone obtains it they can throw rainbow tables at it all day every day for years if they want to and then it is no long and IF they crack it but WHEN.
this picture is outdated, but it gives you an idea of how bad of an idea it is ... the fact that the picture is outdated should give you an even better idea