Friday 25 June 2010

How to login on other server using command line?

Write down the following in the terminal:

$ ssh <username>@<IP Address>
and then press enter. It will be asked to enter password.
give password and you are done.

e.g.,

$ ssh root@10.10.12.40
it will ask password. give password and done.

Cheers!

No comments:

Post a Comment