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

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

Reduce (shrink) and resize raw disk at Proxmox

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10