A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/10 18:09 Browser : Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0 IP-Address : 93.104.156.228 Hostname : ppp-93-104-156-228.dynamic.mnet-online.de Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1362933883 New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver Edit Summary: User : morty @@ -5,8 +5,9 @@ * [[wiki:x2goserver-install-redhat|Minimal x2gosever install guide for RHEL 6]] ===== Ubuntu ===== + ==== Quick ==== You might have to install ''add-apt-repository'' first using: <code bash> sudo apt-get install python-software-properties </code> @@ -16,4 +17,21 @@ sudo apt-get update sudo apt-get install x2goserver </code> + ==== Detailed ==== + + FIXME This needs to become more generic and less confusing + + First add the [[wiki:x2go-repository-ubuntu|X2Go ppa repository for Ubuntu]]. + + After adding the x2go PPA on your remote Ubuntu "desktop" server there are a few general steps to follow to install the x2goserver for use. + + Start a ssh terminal session with the remote Ubuntu server. + + If you have not copied ssh keys (see x2go wiki section called **Advanced x2go Setups**) in order to use automatic login by user to the remote server without having to enter their password and instead you plan to require remote users to enter both their UserID and Password on their x2go client then you will need to edit/modify ///etc/ssh/sshd_config// and change the entry for //ChallengeResponseAUthentication// from NO to YES then restart ssh (sudo /etc/init.d/ssh restart). + + The next step is to install the primary x2goserver packages. + + <code bash> + sudo apt-get install x2goserver x2goserver-xsession + </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/