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

Fix not empy passphrase in the ssh-keygen command for windows cmd #64

Merged
merged 1 commit into from
May 17, 2024
Merged

Fix not empy passphrase in the ssh-keygen command for windows cmd #64

merged 1 commit into from
May 17, 2024

Conversation

Serophots
Copy link
Contributor

The command currently is being parsed as string literals and resulting in a passphrase of '' and not empty. This pull request replaces the command flag with -N "" which correctly creates the empty passphrase. I've tested this new command locally.

The passphrase it was creating was the string literals '' rather than empty
@Eeems Eeems merged commit 6a1a0ed into Eeems-Org:main May 17, 2024
2 checks passed
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.

2 participants