Secure Shell
If u want to connect one linux machine to another linux machine.Then we can go for SSH.In SSH we can browse other linux machines in terminal mode as well in gnome mode.
1.Terminal Mode
For accessing terminal mode we have to use ssh usernameOftheremotepc@ipoftheremotepc
for example ssh gen@192.168.1.230
2.Gnome Mode
For accessing terminal mode we have to use ssh -XusernameOftheremotepc@ipoftheremotepc
for example ssh -X gen@192.168.1.230
note:here X means for xserver
No comments :
Post a Comment