User Tools

Site Tools


wiki:x2go-repository-ubuntu

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
wiki:x2go-repository-ubuntu [2012/01/11 07:32]
sunweaver
wiki:x2go-repository-ubuntu [2013/03/08 13:31]
127.0.0.1 external edit
Line 25: Line 25:
 <code> <code>
 $ sudo apt-get install python-software-properties $ sudo apt-get install python-software-properties
 +</code>
 +Also if you are running a Ubuntu {Desktop,Server} 12.10 system you will need to install this package too:
 +<code>
 +$ sudo apt-get install software-properties-common
 </code> </code>
  
Line 35: Line 39:
  
 Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.  Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages. 
 +
 +
 +===== General minimal guide/steps to install x2goserver on Ubuntu =====
 +
 +After adding the x2go PPA (see above) 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>
 +$ sudo apt-get install x2goserver x2goserver-xsession
 +</code>
 +
 +