Could anyone tell me the exact way to log in to remote host using ssh??I have been trying since quite some time, but couldn't do it.I have successfully created the keygen.But when i am trying to copy the public key to the remote host i get the following line line on the terminal - ssh: connect to host blr-ws-151 port 22: Connection timed out...Need some help badly
migrated from stackoverflow.com Nov 4 '11 at 9:05
This question came from our site for professional and enthusiast programmers.
|
The simplest answer is to use:
and you'll be prompted for a password. The hostname can be an IP address
This Will give you the other options for using ssh. | ||||
feedback
|
telnetto that port on that host .... first check that the name resolves to an address usingping <hostname>– manseuk Nov 2 '11 at 10:46