Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# cat /dev/zero | ssh-keygen -q -N "" 2>/dev/null
# cd ~/.ssh
# cat id_rsa.pub >> authorized_keys
  • If you're not installing on a single node, add this newly generated key to all the slave nodes:

...