From 285e722f84543f914851322236981fb582fab59b Mon Sep 17 00:00:00 2001 From: anaxceron Date: Thu, 31 Oct 2024 18:06:16 -0400 Subject: [PATCH 1/2] updating gnome note Signed-off-by: anaxceron --- docs/user-guide/cli-configure-scs-on-headless-linux-os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/cli-configure-scs-on-headless-linux-os.md b/docs/user-guide/cli-configure-scs-on-headless-linux-os.md index a995eb74d0..cc224dbfc8 100644 --- a/docs/user-guide/cli-configure-scs-on-headless-linux-os.md +++ b/docs/user-guide/cli-configure-scs-on-headless-linux-os.md @@ -31,7 +31,7 @@ gnome-keyring-daemon -r --unlock --components=secrets :::note -The `gnome-keyring-daemon -r --unlock --components=secrets` command prompts you to specify a password. After you enter the password, press `Ctrl` + `D` twice to continue the terminal session. +The `gnome-keyring-daemon -r --unlock --components=secrets` command can appear to delay, but it is waiting for you to enter a password. Type your keyring password (typically the same as your Linux user password), then press `Ctrl`+`D` twice to continue the terminal session. ::: From 6e08422f13d633b40b37719f504946afdcd8b79a Mon Sep 17 00:00:00 2001 From: anaxceron Date: Tue, 5 Nov 2024 15:02:35 -0500 Subject: [PATCH 2/2] changeing delay to hang Signed-off-by: anaxceron --- docs/user-guide/cli-configure-scs-on-headless-linux-os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/cli-configure-scs-on-headless-linux-os.md b/docs/user-guide/cli-configure-scs-on-headless-linux-os.md index cc224dbfc8..e2d949260e 100644 --- a/docs/user-guide/cli-configure-scs-on-headless-linux-os.md +++ b/docs/user-guide/cli-configure-scs-on-headless-linux-os.md @@ -31,7 +31,7 @@ gnome-keyring-daemon -r --unlock --components=secrets :::note -The `gnome-keyring-daemon -r --unlock --components=secrets` command can appear to delay, but it is waiting for you to enter a password. Type your keyring password (typically the same as your Linux user password), then press `Ctrl`+`D` twice to continue the terminal session. +The `gnome-keyring-daemon -r --unlock --components=secrets` command can appear to hang, but it is waiting for you to enter a password. Type your keyring password (typically the same as your Linux user password), then press `Ctrl`+`D` twice to continue the terminal session. :::