Connecting to a remote computer

by Sanju 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.




Tagged in:

940
like
0
dislike
0
mail
flag

You must LOGIN to add comments