SSHClient IPv6 support
Bug #363163 reported by
Shikhar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
paramiko |
Fix Committed
|
Medium
|
Robey Pointer |
Bug Description
w.r.t http://
Address family is specified as AF_INET, while it might well be AF_INET6. getaddrinfo() should be used on the host argument to determine the address family.
Changed in paramiko: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I just saw that this has been fixed on the github repo