diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -18,6 +18,13 @@ | |||
18 | - naddy@cvs.openbsd.org 2014/03/12 13:06:59 | 18 | - naddy@cvs.openbsd.org 2014/03/12 13:06:59 |
19 | [ssh-keyscan.1] | 19 | [ssh-keyscan.1] |
20 | scan for Ed25519 keys by default too | 20 | scan for Ed25519 keys by default too |
21 | - deraadt@cvs.openbsd.org 2014/03/15 17:28:26 | ||
22 | [ssh-agent.c ssh-keygen.1 ssh-keygen.c] | ||
23 | Improve usage() and documentation towards the standard form. | ||
24 | In particular, this line saves a lot of man page reading time. | ||
25 | usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1] | ||
26 | [-N new_passphrase] [-C comment] [-f output_keyfile] | ||
27 | ok schwarze jmc | ||
21 | 28 | ||
22 | 20140401 | 29 | 20140401 |
23 | - (djm) On platforms that support it, use prctl() to prevent sftp-server | 30 | - (djm) On platforms that support it, use prctl() to prevent sftp-server |