From bc3f7257c024df81c055862dc7aeb00261e07baf Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Thu, 1 Aug 2024 17:49:17 -0400 Subject: [PATCH] update systemd guide --- supplemental/guides/systemd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supplemental/guides/systemd.md b/supplemental/guides/systemd.md index 68fb515..4d9059d 100644 --- a/supplemental/guides/systemd.md +++ b/supplemental/guides/systemd.md @@ -49,6 +49,8 @@ curl -sL https://raw.githubusercontent.com/henrygd/beszel/main/supplemental/scri You may optionally include the SSH key and port as arguments. Run `./install-agent.sh -h` for more info. +If specifying your key with `-k`, please make sure to enclose it in quotes. + ```bash ./install-agent.sh ```