Update modules/ROOT/partials/installation/post-install/convenient-user-login.adoc
Added a missing " to finish #155
This commit is contained in:
parent
99f7b08be5
commit
0607784e98
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue