SSH connections don't timeout when setting conn_timeout
in ssh_config
#196
Labels
bug
Something isn't working
conn_timeout
in ssh_config
#196
I'm using
crashd v0.3.2
and SSH connections don't seem to timeout:Here's the
ssh_config
for it:In the source code the
conn_timeout
does get set to the passed in the argument though:crash-diagnostics/starlark/ssh_config.go
Line 79 in 3e9c3f5
If
conn_timeout
is not passed in, it still should default to 30 but that also doesn't seem to happening:crash-diagnostics/starlark/ssh_config.go
Line 57 in 3e9c3f5
The text was updated successfully, but these errors were encountered: