CVSROOT: /cvs Module name: src Changes by: stev...@cvs.openbsd.org 2011/03/23 09:16:23
Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: 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