Skip to content

Commit

Permalink
Fix permissions on ~/.ssh/authorized_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed Nov 6, 2016
1 parent 7f4052a commit 99e875e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/jumpbox/templates/bin/watcher
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ provision() {
echo "$key" >> ${home}/.ssh/authorized_keys
fi
done
chmod 0600 ${home}/.ssh/authorized_keys
fi

if [[ -n "${repo}" ]]; then
Expand Down

0 comments on commit 99e875e

Please sign in to comment.