Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"ssh-keygen -A -m PEM" does not work.
random-archer#83 The manpage of ssh-keygen describes option "-A" as "For each of the key types (rsa, dsa, ecdsa and ed25519) for which host keys do not exist, generate the host keys [...]." But since the host keys in /etc/ssh/ already exists (because they are generated on the first invocation of sshd), nothing will be generated/regenerated/converted. Id2ndR suggested the for-loop method instead.
- Loading branch information