View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000443 | file | General | public | 2023-04-26 20:43 | 2023-04-26 20:43 |
Reporter | andrushka | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.43 | ||||
Summary | 0000443: Private PKCS8 SSH keys aren't recognized | ||||
Description | Private PKCS8 SSH keys show up as ASCII text. Thanks! | ||||
Steps To Reproduce | ssh-keygen -m pkcs8 -f /tmp/debug_key.pass -qN 'passphrase' ssh-keygen -m pkcs8 -f /tmp/debug_key.nopass -qN '' file /tmp/debug_key.* # Shows: # /tmp/debug_key.nopass: ASCII text # /tmp/debug_key.nopass.pub: OpenSSH RSA public key # /tmp/debug_key.pass: ASCII text # /tmp/debug_key.pass.pub: OpenSSH RSA public key | ||||
Additional Information | head -n 1 /tmp/debug_key.{,no}pass # Shows: # ==> /tmp/debug_key.pass <== # -----BEGIN ENCRYPTED PRIVATE KEY----- # # ==> /tmp/debug_key.nopass <== # -----BEGIN PRIVATE KEY----- Maybe relevant: https://www.rfc-editor.org/rfc/rfc5958 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-04-26 20:43 | andrushka | New Issue |