From 38bceafa7f785a1f66e31c0554b04f854148b5d4 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Mar 03 2025 22:44:45 +0000 Subject: fix one spelling mistake and a typo --- diff --git a/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc b/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc index ff5c7c7..7cbbf19 100644 --- a/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc +++ b/docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc @@ -25,7 +25,7 @@ To perform the administrative tasks described here, you need either any Linux or == Simplified access for the administrative account -In a default installation, the root account is locked and administrative work is delegated to a user account that is entitled to root privileges (sudo). It is convenient to make the login process as comfortabe as possible. +In a default installation, the root account is locked and administrative work is delegated to a user account that is entitled to root privileges (sudo). It is convenient to make the login process as comfortable as possible. include::partial$installation/post-install/convenient-user-login.adoc[] diff --git a/docs/modules/ROOT/partials/installation/post-install/convenient-user-login.adoc b/docs/modules/ROOT/partials/installation/post-install/convenient-user-login.adoc index caab061..b6cc014 100644 --- a/docs/modules/ROOT/partials/installation/post-install/convenient-user-login.adoc +++ b/docs/modules/ROOT/partials/installation/post-install/convenient-user-login.adoc @@ -9,7 +9,7 @@ a. On your desktop (Linux or macOS), create a SSH keyfile if not already availa ---- […]# mkdir ~/.ssh […]# cd ~/.ssh -[…]# ssh-keygen -b 4096 -C @example.com" -f id_ +[…]# ssh-keygen -b 4096 -C "@example.com" -f id_ ---- b. Transfer the key file to your server. + @@ -39,4 +39,4 @@ d. Test the configuration [source,] ---- […]$ ssh ----- \ No newline at end of file +----