Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set passphrase for salt-ssh keys to empty string #293

Merged
merged 1 commit into from Nov 5, 2020

Conversation

agraul
Copy link
Member

@agraul agraul commented Nov 5, 2020

What does this PR do?

Fix regression in CVE fix

Previous Behavior

ssh key passphrase was ""

New Behavior

ssh key passphrase is empty

Commits signed with GPG?

Yes

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@agraul agraul requested a review from meaksh November 5, 2020 15:39
Since the cmd is not passed to a shell anymore, the "" are taken
literally and not as an empty string.

Bugzilla report: https://bugzilla.suse.com/show_bug.cgi?id=1178485
@agraul agraul force-pushed the fix-salt-ssh-key-passphrase branch from ed75495 to b27e676 Compare November 5, 2020 15:52
@meaksh meaksh merged commit 49ff503 into openSUSE-3000 Nov 5, 2020
@meaksh meaksh deleted the fix-salt-ssh-key-passphrase branch November 5, 2020 15:57
meaksh pushed a commit that referenced this pull request Nov 5, 2020
Since the cmd is not passed to a shell anymore, the "" are taken
literally and not as an empty string.

Bugzilla report: https://bugzilla.suse.com/show_bug.cgi?id=1178485
meaksh pushed a commit that referenced this pull request Nov 6, 2020
Since the cmd is not passed to a shell anymore, the "" are taken
literally and not as an empty string.

Bugzilla report: https://bugzilla.suse.com/show_bug.cgi?id=1178485
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants