diff --git a/modules/ROOT/partials/installation/post-install/convenient-user-login.adoc b/modules/ROOT/partials/installation/post-install/convenient-user-login.adoc index caab061..14a4e6c 100644 --- a/modules/ROOT/partials/installation/post-install/convenient-user-login.adoc +++ b/modules/ROOT/partials/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 @example.com" -f id_ +[…]# ssh-keygen -b 4096 -C "@example.com" -f id_ ---- b. Transfer the key file to your server. +