You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the exact same command, ssh-keygen -t rsa -b 4096 -f /path/to/key -q -N '' -C '' executed in any regular shell will generate a key WITHOUT a passphrase
What do you see instead?
the bun shell example generates a key WITH a passphrase, despite -N ''. this might be a ssh-keygen bug, sure, but it's still inconsistent with regular shells
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.36+ededc168c
What platform is your computer?
Linux 6.11.7-arch1-1 x86_64 unknown
What steps can reproduce the bug?
What is the expected behavior?
the exact same command,
ssh-keygen -t rsa -b 4096 -f /path/to/key -q -N '' -C ''
executed in any regular shell will generate a key WITHOUT a passphraseWhat do you see instead?
the bun shell example generates a key WITH a passphrase, despite
-N ''
. this might be a ssh-keygen bug, sure, but it's still inconsistent with regular shellsAdditional information
No response
The text was updated successfully, but these errors were encountered: