Skip to content

Commit 93391fd

Browse files
committed
OpenSSH key encryption has been supported for some time
see commit # 919cacf for more info
1 parent ab02be4 commit 93391fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/publickeys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ echo $key->toString('PuTTY', ['comment' => 'whatever']);
266266

267267
### OpenSSH
268268

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

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

0 commit comments

Comments
 (0)