|
|
Connecting to a remote computer - Linux
|
Views : 357
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|