From 0d8473c2bf67b97192c033610ea4bceea4dbb072 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 20 Jan 2025 14:21:25 +0800 Subject: [PATCH] bugfix --- appPublic/sshx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/appPublic/sshx.py b/appPublic/sshx.py index 65bcbd2..e3044ee 100644 --- a/appPublic/sshx.py +++ b/appPublic/sshx.py @@ -75,6 +75,7 @@ class SSHNode: self.conn = await asyncssh.connect(host, username=username, password=password, + known_hosts=None, port=port) def close(self):