diff --git a/obfssh/ssh.go b/obfssh/ssh.go index b9db9be..dfcc598 100644 --- a/obfssh/ssh.go +++ b/obfssh/ssh.go @@ -17,7 +17,7 @@ import ( "time" ) -var dialer = &net.Dialer{Timeout: 10 * time.Second} +var dialer = &net.Dialer{Timeout: 15 * time.Second} func main() { var configfile string