When I'm trying to use the ssh proxy configuration in session file with x2goplugin it seems its not working.
Indeed, if you look at the session file in "~/.x2goclient/sessions" which contains all the configuration of the session of x2goclient application you will see all the descriptions of each session.
Which looks like this for each session:
[20150220100323537] speed=2 pack=16m-jpeg quality=3 fstunnel=true export="/home/user/Bureau/MountDistantX2goPc:1;" iconvto=UTF-8 iconvfrom=ISO8859-1 useiconv=false fullscreen=false multidisp=false display=1 maxdim=false rdpclient=rdesktop directrdpsettings= width=800 height=600 dpi=96 setdpi=true xinerama=false clipboard=both usekbd=true type=auto sound=true soundsystem=pulse startsoundsystem=true soundtunnel=true defsndport=true sndport=4713 print=true name=username icon=:icons/128x128/x2gosession.png host=localhost user=userTest key= rdpport=3389 sshport=2222 autologin=false krblogin=false krbdelegation=false directrdp=false rootless=false published=false applications=WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL command=SHADOW rdpoptions= rdpserver= xdmcpserver=localhost *usesshproxy=true* *sshproxytype=SSH* *sshproxyuser=usernameProxy* *sshproxykeyfile=* *sshproxyhost=123.452.111.124* *sshproxyport=22* *sshproxysamepass=false* *sshproxysameuser=false* *sshproxyautologin=true* *sshproxykrblogin=false*
The part which interest me is the bold part. Indeed, it works when i'm using this conf file with x2go client. And when i'm using x2goplugin <http://wiki.x2go.org/doku.php/wiki:advanced:x2goplugin> with this configuration it doesn't work. I take a look at the network traffic and it seems that x2goplugin doesn't look at the bold part (the ssh proxy). This is why I think that x2goplugin doesn't work with ssh proxy.
Is someone discover the same thing? or its just a misconfiguration?
Thanks for your help.
--
Best Regard
Nicolas HUSSON
Hi Nicolas,
On Mi 25 Feb 2015 09:34:12 CET, nicolas husson wrote:
When I'm trying to use the ssh proxy configuration in session file with x2goplugin it seems its not working.
Indeed, if you look at the session file in "~/.x2goclient/sessions" which contains all the configuration of the session of x2goclient application you will see all the descriptions of each session.
Which looks like this for each session:
[20150220100323537] speed=2 pack=16m-jpeg quality=3 fstunnel=true export="/home/user/Bureau/MountDistantX2goPc:1;" iconvto=UTF-8 iconvfrom=ISO8859-1 useiconv=false fullscreen=false multidisp=false display=1 maxdim=false rdpclient=rdesktop directrdpsettings= width=800 height=600 dpi=96 setdpi=true xinerama=false clipboard=both usekbd=true type=auto sound=true soundsystem=pulse startsoundsystem=true soundtunnel=true defsndport=true sndport=4713 print=true name=username icon=:icons/128x128/x2gosession.png host=localhost user=userTest key= rdpport=3389 sshport=2222 autologin=false krblogin=false krbdelegation=false directrdp=false rootless=false published=false applications=WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL command=SHADOW rdpoptions= rdpserver= xdmcpserver=localhost *usesshproxy=true* *sshproxytype=SSH* *sshproxyuser=usernameProxy* *sshproxykeyfile=* *sshproxyhost=123.452.111.124* *sshproxyport=22* *sshproxysamepass=false* *sshproxysameuser=false* *sshproxyautologin=true* *sshproxykrblogin=false*
The part which interest me is the bold part. Indeed, it works when i'm using this conf file with x2go client. And when i'm using x2goplugin <http://wiki.x2go.org/doku.php/wiki:advanced:x2goplugin> with this configuration it doesn't work. I take a look at the network traffic and it seems that x2goplugin doesn't look at the bold part (the ssh proxy). This is why I think that x2goplugin doesn't work with ssh proxy.
Is someone discover the same thing? or its just a misconfiguration?
Thanks for your help.
I think your observations are correct, see [1].
Mike
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
I fixed it myself. Now it works. Is someone is interesting, I can push my code. How I can do that?
2015-02-25 11:34 GMT+01:00 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Hi Nicolas,
On Mi 25 Feb 2015 09:34:12 CET, nicolas husson wrote:
When I'm trying to use the ssh proxy configuration in session file with
x2goplugin it seems its not working.
Indeed, if you look at the session file in "~/.x2goclient/sessions" which contains all the configuration of the session of x2goclient application you will see all the descriptions of each session.
Which looks like this for each session:
[20150220100323537] speed=2 pack=16m-jpeg quality=3 fstunnel=true export="/home/user/Bureau/MountDistantX2goPc:1;" iconvto=UTF-8 iconvfrom=ISO8859-1 useiconv=false fullscreen=false multidisp=false display=1 maxdim=false rdpclient=rdesktop directrdpsettings= width=800 height=600 dpi=96 setdpi=true xinerama=false clipboard=both usekbd=true type=auto sound=true soundsystem=pulse startsoundsystem=true soundtunnel=true defsndport=true sndport=4713 print=true name=username icon=:icons/128x128/x2gosession.png host=localhost user=userTest key= rdpport=3389 sshport=2222 autologin=false krblogin=false krbdelegation=false directrdp=false rootless=false published=false applications=WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL command=SHADOW rdpoptions= rdpserver= xdmcpserver=localhost *usesshproxy=true* *sshproxytype=SSH* *sshproxyuser=usernameProxy* *sshproxykeyfile=* *sshproxyhost=123.452.111.124* *sshproxyport=22* *sshproxysamepass=false* *sshproxysameuser=false* *sshproxyautologin=true* *sshproxykrblogin=false*
The part which interest me is the bold part. Indeed, it works when i'm using this conf file with x2go client. And when i'm using x2goplugin <http://wiki.x2go.org/doku.php/wiki:advanced:x2goplugin> with this configuration it doesn't work. I take a look at the network traffic and it seems that x2goplugin doesn't look at the bold part (the ssh proxy). This is why I think that x2goplugin doesn't work with ssh proxy.
Is someone discover the same thing? or its just a misconfiguration?
Thanks for your help.
I think your observations are correct, see [1].
Mike
[1] http://code.x2go.org/gitweb?p=x2goclient.git;a=blob;f= onmainwindow.cpp;h=3c298707e6bafa6add07158f12c95149fdd36f7b;hb= e6b408b6ff98d8b42b4234b077483f77bae5a8fe#l3299
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das- netzwerkteam.de.xfb
--
Nicolas HUSSON Ingénieur en Réseaux Informatiques et Communication Multimédia diplômé à Polytech'Grenoble
Hi,
yes. Please send your patch as mail attachment to 798@bugs.x2go.org.
Mike
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976148
GnuPG Key ID 0x25771B13 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
----- Original message -----
I fixed it myself. Now it works. Is someone is interesting, I can push my code. How I can do that?
2015-02-25 11:34 GMT+01:00 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Hi Nicolas,
On Mi 25 Feb 2015 09:34:12 CET, nicolas husson wrote:
When I'm trying to use the ssh proxy configuration in session file with
x2goplugin it seems its not working.
Indeed, if you look at the session file in "~/.x2goclient/sessions" which contains all the configuration of the session of x2goclient application you will see all the descriptions of each session.
Which looks like this for each session:
[20150220100323537] speed=2 pack=16m-jpeg quality=3 fstunnel=true export="/home/user/Bureau/MountDistantX2goPc:1;" iconvto=UTF-8 iconvfrom=ISO8859-1 useiconv=false fullscreen=false multidisp=false display=1 maxdim=false rdpclient=rdesktop directrdpsettings= width=800 height=600 dpi=96 setdpi=true xinerama=false clipboard=both usekbd=true type=auto sound=true soundsystem=pulse startsoundsystem=true soundtunnel=true defsndport=true sndport=4713 print=true name=username icon=:icons/128x128/x2gosession.png host=localhost user=userTest key= rdpport=3389 sshport=2222 autologin=false krblogin=false krbdelegation=false directrdp=false rootless=false published=false applications=WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL command=SHADOW rdpoptions= rdpserver= xdmcpserver=localhost *usesshproxy=true* *sshproxytype=SSH* *sshproxyuser=usernameProxy* *sshproxykeyfile=* *sshproxyhost=123.452.111.124* *sshproxyport=22* *sshproxysamepass=false* *sshproxysameuser=false* *sshproxyautologin=true* *sshproxykrblogin=false*
The part which interest me is the bold part. Indeed, it works when i'm using this conf file with x2go client. And when i'm using x2goplugin <http://wiki.x2go.org/doku.php/wiki:advanced:x2goplugin> with this configuration it doesn't work. I take a look at the network traffic and it seems that x2goplugin doesn't look at the bold part (the ssh proxy). This is why I think that x2goplugin doesn't work with ssh proxy.
Is someone discover the same thing? or its just a misconfiguration?
Thanks for your help.
I think your observations are correct, see [1].
Mike
[1] http://code.x2go.org/gitweb?p=x2goclient.git;a=blob;f= onmainwindow.cpp;h=3c298707e6bafa6add07158f12c95149fdd36f7b;hb= e6b408b6ff98d8b42b4234b077483f77bae5a8fe#l3299
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das- netzwerkteam.de.xfb
--
Nicolas HUSSON Ingénieur en Réseaux Informatiques et Communication Multimédia diplômé à Polytech'Grenoble
On 25.02.2015 04:36 PM, Mike Gabriel wrote:
yes. Please send your patch as mail attachment to 798@bugs.x2go.org.
This bug number does not exist.
Nicolas, please submit your patch to x2go-dev@lists.x2go.org and next time follow the procedure for reporting bugs described here: http://bugs.x2go.org/Reporting.html
A bug number will automatically be assigned and you are not required (or encouraged) to specify one.
Mihai
Hi Mihai,
On Do 26 Feb 2015 04:30:13 CET, Mihai Moldovan wrote:
On 25.02.2015 04:36 PM, Mike Gabriel wrote:
yes. Please send your patch as mail attachment to 798@bugs.x2go.org.
This bug number does not exist.
Ha! Nice catch!
Nicolas, please submit your patch to x2go-dev@lists.x2go.org and next time follow the procedure for reporting bugs described here: http://bugs.x2go.org/Reporting.html
http://wiki.x2go.org/doku.php/wiki:bugs
-> is the link I propose for a short howto on how to send bugs to X2Go BTS.
A bug number will automatically be assigned and you are not required (or encouraged) to specify one.
Indeed.
Mike
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...