Hi everyone,
looking at http://wiki.x2go.org/doku.php/wiki:development:sessions-file I figure x2go can tunnel RDP connections via SSH proxy, too. Is that true? Because trying this configuration
[20131009111725764] speed=2 pack=16m-jpeg quality=9 fstunnel=true export= iconvto=UTF-8 iconvfrom=ISO8859-1 useiconv=false fullscreen=false multidisp=false display=1 maxdim=false rdpclient=rdesktop directrdpsettings= width=800 height=600 dpi=86 setdpi=true xinerama=false usekbd=true layout=us type=pc105/us sound=true soundsystem=pulse startsoundsystem=true soundtunnel=true defsndport=true sndport=4713 print=true name=windows rdp test icon=:icons/128x128/x2gosession.png host=**************** user=********* key= rdpport=3389 sshport=22 autologin=false krblogin=false directrdp=false rootless=false published=false applications=WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL command=RDP rdpoptions= rdpserver=10.173.20.13 xdmcpserver=localhost usesshproxy=true sshproxytype=SSH sshproxyuser=mathias sshproxykeyfile= sshproxyhost=**************** sshproxyport=22 sshproxysamepass=false sshproxysameuser=false sshproxyautologin=false
x2goclient says "cannot connect to 10.173.20.13:22" and "Timeout connecting to 127.0.0.1". So it looks like it is trying to use the tunnel (127.0.0.1) but tries to SSH to 10.173.20.13 instead of RDP.
Any Ideas?
cheers Mathias