fix one spelling mistake and a typo #156
2 changed files with 3 additions and 3 deletions
|
|
@ -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[]
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
----
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue