From 0607784e98bec0623de5212f19e6da694136d259 Mon Sep 17 00:00:00 2001 From: korora Date: Fri, 20 Feb 2026 13:34:57 +0000 Subject: [PATCH] Update modules/ROOT/partials/installation/post-install/convenient-user-login.adoc Added a missing " to finish #155 --- .../installation/post-install/convenient-user-login.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. +