Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=70 ------------------------------------------------------------------------------ Ticket | 70 Updated By | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Summary | Cannot log on using ssh-proxy -Queue | pyhoca-gui +Queue | python-x2go -Version | HEAD +Version | HEAD Type | Bug State | Feedback Priority | 2. Medium Operating System | Owners | Mike Gabriel ------------------------------------------------------------------------------ Mike Gabriel <mike.gabriel@das-netzwerkteam.de> (2011-06-19 23:30) wrote: I have found out what happens here: Paramiko mixes IPv4 and IPv6. If you specify a hostname like localhost, Paramiko will prefer IPv6 (::1). But the SSH proxy tunnel ends at an IPv4 address (127.0.0.1). These two do not have anything to do with each other. I'll have to think about a clean solution for this, as a work-around please use »127.0.0.1« instead of the hostname »localhost«.