mirror of https://github.com/openspug/spug
fix issue
parent
dacea84f01
commit
cdf5922d36
|
@ -27,6 +27,7 @@ class SSH:
|
||||||
'password': password,
|
'password': password,
|
||||||
'pkey': RSAKey.from_private_key(StringIO(pkey)) if isinstance(pkey, str) else pkey,
|
'pkey': RSAKey.from_private_key(StringIO(pkey)) if isinstance(pkey, str) else pkey,
|
||||||
'timeout': connect_timeout,
|
'timeout': connect_timeout,
|
||||||
|
'banner_timeout': 30
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in New Issue