Connecting to a remote computer
by Sanju[ Edit ] 2009-11-10 15:09:55
Connecting to a remote computer
A secure method to connect to a remote computer:
ssh computername
Note that the remote computer must be running a 'sshd' server. If you cannot connect using ssh, you can try the insecure commands:
rlogin computername
telnet computername
Example:
ssh sanju
The above code will connect to the computer sanju.