Update modules/ROOT/partials/installation/post-install/convenient-user-login.adoc

Added a missing " to finish #155
This commit is contained in:
Jocelyn Gould 2026-02-20 13:34:57 +00:00
commit 0607784e98

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.
+