Skip to content

Commit

Permalink
OpenSSH key encryption has been supported for some time
Browse files Browse the repository at this point in the history
see commit # 919cacf for more info
  • Loading branch information
terrafrost committed Oct 26, 2024
1 parent ab02be4 commit 93391fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/publickeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ echo $key->toString('PuTTY', ['comment' => 'whatever']);

### OpenSSH

Although OpenSSH private keys support encryption phpseclib does not support them, for various technical reasons.
PuTTY private keys only support one encryption algorithm (aes256-ctr) so there are no methods to change it.

Both OpenSSH public and private keys support comments, which can be changed thusly:

Expand Down

0 comments on commit 93391fd

Please sign in to comment.