We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4318329 commit a4eb897Copy full SHA for a4eb897
cli/testdata/coder_agent_--help.golden
@@ -51,6 +51,9 @@ OPTIONS:
51
--script-data-dir string, $CODER_AGENT_SCRIPT_DATA_DIR (default: /tmp)
52
Specify the location for storing script data.
53
54
+ --ssh-host-key-algorithm string, $CODER_AGENT_SSH_HOST_KEY_ALGORITHM (default: rsa)
55
+ Specify the SSH host key algorithm to use. Valid values: rsa, ed25519.
56
+
57
--ssh-max-timeout duration, $CODER_AGENT_SSH_MAX_TIMEOUT (default: 72h)
58
Specify the max timeout for a SSH connection, it is advisable to set
59
it to a minimum of 60s, but no more than 72h.
0 commit comments