Use ssh-keygen -A to generate host keys
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 13 Jan 2017 11:32:21 +0000 (12:32 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 27 Jan 2017 11:19:54 +0000 (12:19 +0100)
ssh-keygen -A (from manpage):
  For each of the key types (rsa1, rsa, dsa, ecdsa and
  ed25519) 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 is used by system
  administration scripts to generate new host keys.


No differences found