summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-05 14:06:15 +1000
committerDamien Miller <djm@mindrot.org>2011-05-05 14:06:15 +1000
commit58f1bafb3d4cf0965ebcb65d94b3476b959f42d8 (patch)
treed4573c7e0423ae4db9062ab8e9f097d4f26f8989 /ChangeLog
parentc5219e701ecf6ce28d9bec1aecca5cfac114231d (diff)
- stevesk@cvs.openbsd.org 2011/03/23 15:16:22
[ssh-keygen.1 ssh-keygen.c] Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa) for which host keys do not exist, generate the host keys with the default key file path, an empty passphrase, default bits for the key type, and default comment. This will be used by /etc/rc to generate new host keys. Idea from deraadt. ok deraadt
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a7083236..9e59adf1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,14 @@
18 [ssh-keyscan.c] 18 [ssh-keyscan.c]
19 use timerclear macro 19 use timerclear macro
20 ok djm@ 20 ok djm@
21 - stevesk@cvs.openbsd.org 2011/03/23 15:16:22
22 [ssh-keygen.1 ssh-keygen.c]
23 Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa)
24 for which host keys do not exist, generate the host keys with the
25 default key file path, an empty passphrase, default bits for the key
26 type, and default comment. This will be used by /etc/rc to generate
27 new host keys. Idea from deraadt.
28 ok deraadt
21 29
2220110221 3020110221
23 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the 31 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the