Commit 6c1203bd authored by Joe Beda's avatar Joe Beda

Merge pull request #3151 from tscherf/master

Added config note for ssh root logins.
parents a039ead1 91df16f9
...@@ -64,7 +64,7 @@ If you already have ssh access to every machine using ssh public keys you may sk ...@@ -64,7 +64,7 @@ If you already have ssh access to every machine using ssh public keys you may sk
**Create a password file.** **Create a password file.**
The password file should contain the root password for every machine in the cluster. It will be used in order to lay down your ssh public key. The password file should contain the root password for every machine in the cluster. It will be used in order to lay down your ssh public key. Make sure your machines sshd-config allows password logins from root.
``` ```
echo "password" > ~/rootpassword echo "password" > ~/rootpassword
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment