Skip to content
Snippets Groups Projects
Commit 56803f07 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Change ssh/config permissions to 600"

parents b236be7c ba6e3249
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment