Skip to content

Commit a4eb897

Browse files
committed
docs: update CLI help for ssh-host-key-algorithm flag
1 parent 4318329 commit a4eb897

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/testdata/coder_agent_--help.golden

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ OPTIONS:
5151
--script-data-dir string, $CODER_AGENT_SCRIPT_DATA_DIR (default: /tmp)
5252
Specify the location for storing script data.
5353

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+
5457
--ssh-max-timeout duration, $CODER_AGENT_SSH_MAX_TIMEOUT (default: 72h)
5558
Specify the max timeout for a SSH connection, it is advisable to set
5659
it to a minimum of 60s, but no more than 72h.

0 commit comments

Comments
 (0)