This commit is contained in:
yumoqing 2025-01-20 14:21:25 +08:00
parent 2f10073b3b
commit 0d8473c2bf

View File

@ -75,6 +75,7 @@ class SSHNode:
self.conn = await asyncssh.connect(host, self.conn = await asyncssh.connect(host,
username=username, username=username,
password=password, password=password,
known_hosts=None,
port=port) port=port)
def close(self): def close(self):