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

Comments

Popular posts from this blog

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PR, PN and PV Variable in Yocto