You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./ssh-audit.py -6 2000:100:100:1::3
[exception] [Errno -9] Address family for hostname not supported
./ssh-audit.py -6 [2000:100:100:1::3]
[exception] [Errno -2] Name or service not known
./ssh-audit.py -6 "[2000:100:100:1::3]"
[exception] [Errno -2] Name or service not known
However, using a name (whether dns or /etc/hosts) works correctly.
The text was updated successfully, but these errors were encountered:
akhepcat
changed the title
ipv6 addresses don't work
Bare ipv6 addresses don't work
Apr 18, 2017
(address changed to protect the innocent)
However, using a name (whether dns or /etc/hosts) works correctly.
The text was updated successfully, but these errors were encountered: