From da86ca18739ec8d42f810299b416e820ecc35e30 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 18 Mar 2023 20:16:03 +0100 Subject: [PATCH] Fix typo in ssh instructions in installation(7). --- share/man/man7/installation.7 | 2 +- sysinstall/sysinstall.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) {