Sunday, April 18, 2010

Accesing remote linux(ubuntu) system through linux(ubuntu) graphically...

Linux already has X-manager inbuilt so to access remote linux PC through linux machine do this...

in terminal :

$ ssh -X username@remote_machine_ip


// then enter ur password
//so u have logged in to remote machine.... :)
// to access graphically enter following command:

$ gnome-session

// here we go... now u have using graphical view of remote machine , u can  check //by clicking in applications to see installed programs in ur remote machine.. :)

0 comments:

Post a Comment