ParallelSSHClient() with IPv6

195 Views Asked by At

What's the correct way to specify IPv6 addresses to ParallelSSHClient?

Not much is said here: https://parallel-ssh.readthedocs.io/en/latest/quickstart.html I've tried like [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx] and also without the square brackets and I always get this:

output = client.run_command(ssh_cmd)

Could not resolve host '[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]' - retry 1/3
0

There are 0 best solutions below