summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:01:30 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:01:30 +1000
commitf0858de6e1324ec730752387074b111b8551081e (patch)
tree99f994b3ec292ddcfa0f82386270f760810abe97 /ChangeLog
parent94bfe0fbd6e91a56b5b0ab94ac955d2a67d101aa (diff)
- deraadt@cvs.openbsd.org 2014/03/15 17:28:26
[ssh-agent.c ssh-keygen.1 ssh-keygen.c] Improve usage() and documentation towards the standard form. In particular, this line saves a lot of man page reading time. usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1] [-N new_passphrase] [-C comment] [-f output_keyfile] ok schwarze jmc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87476f13e..c1f951021 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2220140401 2920140401
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