Posts Tagged ‘authentication’

Ssh private key authentication

No Comments »

Setup your Linux box to automatically login via ssh to servers you manange regularly.

First I setup some hosts.

sudo nano /etc/hosts

Add your hosts in the following format
1.2.3.4 example01
1.2.3.5 example02

Read the rest of this entry »