Reputation: 6196
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
Upvotes: 0
Views: 196