slex
slex copied to clipboard
Would be great to define a ConnectTimeout
For the ssh client it is possible to define a connection timeout . Would be great if slex supported this.
From the man page:
ConnectTimeout
Specifies the timeout (in seconds) used when connecting to the SSH server,
instead of using the default system TCP timeout. This value is used only when
the target is down or really unreachable, not when it refuses the connection.
@zbindenren Could you try the attached PR #16?
@mrkschan I will test it tomorrow.