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