authorized_keys

install your public key in a remote machine's authorized_keys

Problem We frequently add developer ssh keys to remote machine with following three steps ssh username@remote_host mkdir -p ~/.ssh cat ~/.ssh/id_rsa.pub and copy it nano ~/.ssh/authorized_keys and paste copied content.