Skip to content

Commit 3d0dbf7

Browse files
authored
Merge pull request #291 from ISISComputingGroup/ipv4_only
Change SSH host from 'localhost' to '127.0.0.1'
2 parents c56d906 + ebb0b43 commit 3d0dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/ibex_install_utils/admin_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Use Plink as it allows passwords on the command-line, as opposed to
1414
# windows-bundled SSH which does not.
1515
PLINK = os.path.join(os.path.dirname(os.path.abspath(__file__)), "plink.exe")
16-
SSH_HOST = "localhost"
16+
SSH_HOST = "127.0.0.1"
1717

1818

1919
def ssh_available() -> bool:

0 commit comments

Comments
 (0)