We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab271c5 commit 9820405Copy full SHA for 9820405
src/dmu/fsystem/fcopy.py
@@ -69,6 +69,8 @@ def _check_remote(self, server : str) -> None:
69
result = subprocess.run(
70
['ssh', '-o', f'ConnectTimeout={self._timeout}',
71
'-o', 'BatchMode=yes',
72
+ '-o', 'PubkeyAuthentication=yes',
73
+ '-o', 'PasswordAuthentication=no',
74
'-o', 'StrictHostKeyChecking=no', server,
75
'/bin/true'],
76
capture_output= True,
0 commit comments