#156 fix one spelling mistake and a typo
Opened 2 months ago by eseyman. Modified 2 months ago
eseyman/fedora-server issue_155  into  stg

@@ -25,7 +25,7 @@ 

  

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

  ----

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

  [source,]

  ----

  […]$ ssh <MYHOST> 

- ---- 

\ No newline at end of file

+ ----