fix one spelling mistake and a typo #156

Merged
ryanlerch merged 1 commit from issue_155 into stg 2025-08-09 02:24:45 +00:00
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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 <YOUR_ACCOUNT>@example.com" -f id_<outputkeyfile>
[…]# ssh-keygen -b 4096 -C "<YOUR_ACCOUNT>@example.com" -f id_<outputkeyfile>
----
b. Transfer the key file to your server.
+
@ -39,4 +39,4 @@ d. Test the configuration
[source,]
----
[…]$ ssh <MYHOST>
----
----