Open
Description
(address changed to protect the innocent)
./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.
Activity