How to ssh to your linux boxes without a password

1. Generate your ssh key pair if you haven’t one. Use default values, don’t set password

2. Copy your public key to a remote host (192.168.0.5 for instance)

P.S. ssh-copy-id is a special command – it appends your key to .ssh/authorized_key of a remote host.

T h a t ‘s a l l F o l k s !

Leave a Reply

Your email address will not be published. Required fields are marked *