A page in your DokuWiki was added or changed. Here are the details: Date : 2013/08/29 09:21 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 IP-Address : 78.35.14.180 Hostname : 78.35.14.180 Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1377261690 New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver Edit Summary: Add instruction for Gentoo User : zaister @@ -33,8 +33,25 @@ <code bash> sudo apt-get install x2goserver x2goserver-xsession </code> + + ===== Gentoo ===== + + Currently X2Go cannot connect to an openssh server compiled with the HPN patch. To make sure x2goserver works on your Gentoo server, you must recompile net-misc/openssh with HPN support disabled. Add the following line to /etc/portage/packages.use: + + <code> + net-misc/openssh -hpn + </code> + + Then recompile net-misc/openssh, update the configuration file, and restart the sshd server, as follows: + + <code> + emerge -1 net-misc/openssh + dispatch-conf + /etc/init.d/sshd restart + </code> + ===== RHEL 6 ===== [[wiki:repositories:redhat|Add the X2Go repo]] to your yum configuration. -- This mail was generated by DokuWiki at http://wiki.x2go.org/