Pages

Wednesday, 24 July 2013

How to access another machine remotely in Linux


How to access another machine remotely in Linux






How to access another machine remotely (both machine are linux machine).

GUI

Application >> System >> File Brower press enter.

Go to File >> Connect to server >> Choose SSH and give IP of the other machine and type username and password.

CLI

#SSH (IP address of the other linux machine){It will login as root}
#(type password)

#exit press enter ---To come out the remote machine.

How to Access windows machine remotely.

GUI

Application >> System >> File Brower press enter.

Go to File >> Window share >> Choose SSH and give IP of the other machine and type username and password.


CLI

#mount –t cifs IPaddress:C$ /mnt-0

Username: Administrator

To disconnect

#umount /mnt


No comments:

Post a Comment