Where do you specify the SSH key when using the binary? #8
Closed
beanman109
started this conversation in
General
Replies: 2 comments
-
Okay I'm dumb it actually goes in your system env variables |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to add on in case anyone else ends up here, the easiest way to include it is to just put it in front of the command:
And if running as a systemd service you can include it in the Service section of the unit file like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep getting slapped with "KEY environment variable is not set" when trying to setup the agent using the binary.
However I can't seem to figure out where you actually specify this & the instructions don't include much about this.
Running
./beszel-agent --KEY XXXXX
or./beszel-agent --KEY=XXXXX
doesn't seem to do anything.Beta Was this translation helpful? Give feedback.
All reactions