Merge "Change ssh/config permissions to 600"

This commit is contained in:
Jenkins 2017-05-03 09:21:19 +00:00 committed by Gerrit Code Review
commit 56803f07de

View File

@ -116,6 +116,7 @@ function setup_ssh {
# From now on use the new IdentityFile for connecting to other hosts
echo "IdentityFile /home/jenkins/.ssh/kolla" >> /home/jenkins/.ssh/config
chmod 600 /home/jenkins/.ssh/config
}
function setup_inventory {