From 91df16f96b596cd1d309fd227a14d9b70d62e13c Mon Sep 17 00:00:00 2001 From: Thorsten Scherf Date: Sat, 27 Dec 2014 18:36:00 +0100 Subject: [PATCH] Added config note for ssh root logins. --- docs/getting-started-guides/fedora/fedora_ansible_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/fedora/fedora_ansible_config.md b/docs/getting-started-guides/fedora/fedora_ansible_config.md index 2ff3e1bdb6a..34d367a614c 100644 --- a/docs/getting-started-guides/fedora/fedora_ansible_config.md +++ b/docs/getting-started-guides/fedora/fedora_ansible_config.md @@ -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