Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c23016

Browse files
committed
Remove add hosts
1 parent a1a475a commit 1c23016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/operations/remote_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, conn_params: ConnectionParams):
5555
self.remote = True
5656
self.username = conn_params.username or getpass.getuser()
5757
self.ssh_dest = f"{self.username}@{self.host}" if conn_params.username else self.host
58-
self.add_known_host(self.host)
58+
#self.add_known_host(self.host)
5959
self.tunnel_process = None
6060
self.tunnel_port = None
6161

0 commit comments

Comments
 (0)