We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c56d906 + ebb0b43 commit 3d0dbf7Copy full SHA for 3d0dbf7
installation_and_upgrade/ibex_install_utils/admin_runner.py
@@ -13,7 +13,7 @@
13
# Use Plink as it allows passwords on the command-line, as opposed to
14
# windows-bundled SSH which does not.
15
PLINK = os.path.join(os.path.dirname(os.path.abspath(__file__)), "plink.exe")
16
-SSH_HOST = "localhost"
+SSH_HOST = "127.0.0.1"
17
18
19
def ssh_available() -> bool:
0 commit comments