Connecting to a remote computer - Linux Views : 357
Tagged in : Linux
0 0
Send mail
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.




By Sanju, On - 2009-11-10



    Login to add Comments .