Fix typo in ssh instructions in installation(7).

This commit is contained in:
Jonas 'Sortie' Termansen 2023-03-18 20:16:03 +01:00
parent e9877d8080
commit da86ca1873
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 )
{