| commit | 58f1bafb3d4cf0965ebcb65d94b3476b959f42d8 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Thu May 05 14:06:15 2011 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Thu May 05 14:06:15 2011 +1000 |
| tree | d4573c7e0423ae4db9062ab8e9f097d4f26f8989 | |
| parent | c5219e701ecf6ce28d9bec1aecca5cfac114231d [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