File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ func (r *RootCmd) workspaceAgent() *clibase.Cmd {
263263 },
264264 {
265265 Flag : "ssh-max-timeout" ,
266- Default : "0 " ,
266+ Default : "60s " ,
267267 Env : "CODER_AGENT_SSH_MAX_TIMEOUT" ,
268268 Description : "Specify the max timeout for a SSH connection." ,
269269 Value : clibase .DurationOf (& sshMaxTimeout ),
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Starts the Coder workspace agent.
2121 --prometheus-address string, $CODER_AGENT_PROMETHEUS_ADDRESS (default: 127.0.0.1:2112)
2222 The bind address to serve Prometheus metrics.
2323
24- --ssh-max-timeout duration, $CODER_AGENT_SSH_MAX_TIMEOUT (default: 0 )
24+ --ssh-max-timeout duration, $CODER_AGENT_SSH_MAX_TIMEOUT (default: 60s )
2525 Specify the max timeout for a SSH connection.
2626
2727 --tailnet-listen-port int, $CODER_AGENT_TAILNET_LISTEN_PORT (default: 0)
You can’t perform that action at this time.
0 commit comments