Created
November 4, 2012 09:57
-
-
Save sdoro/4010971 to your computer and use it in GitHub Desktop.
SSH Key Setup - HA cluster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# we can share the SSH keys that the service uses | |
node1# cd /etc/ssh/ | |
node1# mkdir BAK | |
node1# cp -p ssh_host_* BAK | |
node1# scp node2:/etc/ssh/ssh_host* . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment