From 614e4fe4187499393c7dee589a1e8743d415646e Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 7 May 2024 13:00:24 -0500 Subject: [PATCH] Correct first info for ssh script --- fsss-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsss-ssh.sh b/fsss-ssh.sh index 56d1b9b..f80efa7 100644 --- a/fsss-ssh.sh +++ b/fsss-ssh.sh @@ -1,4 +1,4 @@ -echo '[INFO] Make sure to run this script as the user that forejo runs as!' +echo '[INFO] Make sure to run this script as the user that forejo runs as, over ssh, or with manual ownership grants to your current tty!' echo '[INFO] Now creating a gpg key, please fill out the inforemation with what you want for forejo to use.' echo '$ gpg --default-new-key-algo rsa4096 --gen-key' gpg --default-new-key-algo rsa4096 --gen-key