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/04/24 22:38]
bmullan
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 43: Line 47:
 Start a ssh terminal session with the remote Ubuntu server. Start a ssh terminal session with the remote Ubuntu server.
  
-If you have not copied ssh keys in order to use automatic login by user to the remote server without having to enter their password but instead 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).+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. The next step is to install the primary x2goserver packages.
Line 51: Line 55:
 </code> </code>
  
-NOTE:  you do __not__ have to install the x2goserver-xsession package if you plan to use only the x2goserver Published App feature for remote users.+