Changes

Jump to: navigation, search

Remote Access to the Ubuntu Linux Desktop

273 bytes added, 20:59, 27 June 2007
Establishing a Secure Remote Desktop Session
Before a secure connection is established the SSH server must be installed in the desktop to which the connection is to be established. For detailed steps on installing the SSH server on an Unbuntu Linux system see [[Configuring Ubuntu Linux Remote Access using SSH]].
 
Once the SSH server is installed and active it is time to move to the other system. Once at the other system log in to the remote system using the following command, which will establish the secure tunnel between the two systems:
 
<pre>
ssh -L 5900:localhost:5900
</pre>

Navigation menu