diff --git a/share/man/man7/installation.7 b/share/man/man7/installation.7 index 43800b00..3e7c5b07 100644 --- a/share/man/man7/installation.7 +++ b/share/man/man7/installation.7 @@ -80,7 +80,7 @@ per the instructions in .Xr release-iso-modification 7 . .Pp If you want to ssh into your installation, it's recommended to amend the -installation .iso with your public key, pregenerated the server keys and obtain +installation .iso with your public key, pregenerate the server keys and obtain fingerprints, and seed randomness using this procedure. .Pp The release modification procedure lets you customize aspects such as the diff --git a/sysinstall/sysinstall.c b/sysinstall/sysinstall.c index cffc42be..09239bb5 100644 --- a/sysinstall/sysinstall.c +++ b/sysinstall/sysinstall.c @@ -1230,7 +1230,7 @@ int main(void) "connections as well.\n\n"); bool might_want_sshd = any_ssh_keys || - any_sshd_keys || + any_sshd_keys || !access_or_die("/etc/sshd_config", F_OK); while ( true ) {