User Tools

Site Tools


doc:installation:x2goserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:installation:x2goserver [2013/08/23 12:41]
holger.krause [RHEL 5]
doc:installation:x2goserver [2013/11/27 16:36]
orion [RHEL 6]
Line 35: Line 35:
 sudo apt-get install x2goserver x2goserver-xsession sudo apt-get install x2goserver x2goserver-xsession
 </code> </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 ===== ===== RHEL 6 =====
  
 +There are two sources for X2Go packages for RHEL 6 - Fedora EPEL and OBS.
 +
 +====== Fedora EPEL =====
 +
 +[[https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F|EPEL Installation Intructions]]
 +
 +====== OBS =====
 [[wiki:repositories:redhat|Add the X2Go repo]] to your yum configuration. [[wiki:repositories:redhat|Add the X2Go repo]] to your yum configuration.
  
doc/installation/x2goserver.txt ยท Last modified: 2019/07/01 08:03 by mmoeller