Merge pull request #3151 from tscherf/master

Added config note for ssh root logins.
This commit is contained in:
Joe Beda 2014-12-29 09:43:27 -08:00
commit 6c1203bdb8

View File

@ -64,7 +64,7 @@ If you already have ssh access to every machine using ssh public keys you may sk
**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