Skip to content

Instantly share code, notes, and snippets.

@sdoro
Created November 4, 2012 09:57
Show Gist options
  • Save sdoro/4010971 to your computer and use it in GitHub Desktop.
Save sdoro/4010971 to your computer and use it in GitHub Desktop.
SSH Key Setup - HA cluster
# 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