https://bugzilla.mindrot.org/show_bug.cgi?id=3601

Darren Tucker <dtuc...@dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtuc...@dtucker.net

--- Comment #1 from Darren Tucker <dtuc...@dtucker.net> ---
OpenSSH 8.1 was nearly four years ago.  Can you reproduce it with the
current version?  A quick test with the current version works as
expected.  If this isn't what you're referring to, can you add some
more specific reproduction steps?

$ ssh-keygen -f tmp -N ''
Generating public/private rsa key pair.
Your identification has been saved in tmp
Your public key has been saved in tmp.pub
The key fingerprint is: [...]

$ ssh-keygen -p -f tmp -N foo
[...]
Your identification has been saved with the new passphrase.

$ ssh-keygen -p -f tmp -P foo -N ''
[...]
Your identification has been saved with the new passphrase.

$ ssh-keygen -p -f tmp 
[...]
Enter new passphrase (empty for no passphrase): foo
Enter same passphrase again: foo
Your identification has been saved with the new passphrase.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to