Setup ssh keys between servers

1. Create key
# ssh-keygen -t rsa

2. Copy id to other server
#  ssh-copy-id [email protected]

-- type password.

From now on you can login without password just:

#ssh server.address.com

Comments

Popular posts from this blog

Securing the Pi-hole with fail2ban to prevent DNS Amplification attacks

Reduce (shrink) and resize raw disk at Proxmox

How to clean DB from old logs in Magento 1.x