encrypted ssh keys are overwritten if a pass_phrase is not defined #9
Labels
Priority: Critical
Triage: Needs Information
Indicates an issue needs more information in order to work on it.
Type: Bug
Does not work as expected.
Milestone
If you attempt to use an existing encrypted ssh_key but do not provide a pass_phrase, the keyformatter can't read key and is 'rescued' by returning nil.
The private_key class receives a 'nil' key and generates then overwrites the existing key.
The text was updated successfully, but these errors were encountered: