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
# 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
Post a Comment