mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-05-07 19:26:29 +00:00
fix: SSH连接超时问题
This commit is contained in:
parent
9cd137c099
commit
497bc2e86b
@ -146,7 +146,7 @@ func CheckErrs(err error) bool {
|
||||
// 已知错误列表
|
||||
errs := []string{
|
||||
"closed by the remote host", "too many connections",
|
||||
"i/o timeout", "EOF", "A connection attempt failed",
|
||||
"EOF", "A connection attempt failed",
|
||||
"established connection failed", "connection attempt failed",
|
||||
"Unable to read", "is not allowed to connect to this",
|
||||
"no pg_hba.conf entry",
|
||||
|
Loading…
x
Reference in New Issue
Block a user