File tree 2 files changed +2
-2
lines changed
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 {
263
263
},
264
264
{
265
265
Flag : "ssh-max-timeout" ,
266
- Default : "60s " ,
266
+ Default : "0 " ,
267
267
Env : "CODER_AGENT_SSH_MAX_TIMEOUT" ,
268
268
Description : "Specify the max timeout for a SSH connection." ,
269
269
Value : clibase .DurationOf (& sshMaxTimeout ),
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Starts the Coder workspace agent.
21
21
--prometheus-address string, $CODER_AGENT_PROMETHEUS_ADDRESS (default: 127.0.0.1:2112)
22
22
The bind address to serve Prometheus metrics.
23
23
24
- --ssh-max-timeout duration, $CODER_AGENT_SSH_MAX_TIMEOUT (default: 60s )
24
+ --ssh-max-timeout duration, $CODER_AGENT_SSH_MAX_TIMEOUT (default: 0 )
25
25
Specify the max timeout for a SSH connection.
26
26
27
27
--tailnet-listen-port int, $CODER_AGENT_TAILNET_LISTEN_PORT (default: 0)
You can’t perform that action at this time.
0 commit comments