View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000443 | file | General | public | 2023-04-26 20:43 | 2023-06-16 20:26 |
Reporter | andrushka | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.43 | ||||
Fixed in Version | 5.45 | ||||
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 | |
2023-06-16 20:26 | christos | Assigned To | => christos |
2023-06-16 20:26 | christos | Status | new => assigned |
2023-06-16 20:26 | christos | Status | assigned => resolved |
2023-06-16 20:26 | christos | Resolution | open => fixed |
2023-06-16 20:26 | christos | Fixed in Version | => 5.45 |
2023-06-16 20:26 | christos | Note Added: 0003954 |