ssh without password
If you don't want type password each time you do ssh on a remote machine,then you have to generate public and private keys and copy the public keys in the remote machine ssh folder.
There is a more simple way of doing this using ssh-copy-id
Syntax:ssh-copy-id user@ip_addr
This will do the above steps and from next time there will be no password required to enter
There is a more simple way of doing this using ssh-copy-id
Syntax:ssh-copy-id user@ip_addr
This will do the above steps and from next time there will be no password required to enter
Comments
Post a Comment