We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c24097 commit b283e3fCopy full SHA for b283e3f
cookbooks/boxcutter_builder/recipes/default.rb
@@ -60,6 +60,7 @@
60
file_location '/home/github-runner/.ssh/known_hosts'
61
owner 'github-runner'
62
group 'github-runner'
63
+ mode '0600'
64
end
65
66
craft_rsa_ssh_key_private = \
@@ -121,13 +122,15 @@
121
122
123
124
125
126
127
128
# arm64 builder
129
ssh_known_hosts_entry '10.0.1.175' do
130
131
132
133
134
135
136
node.default['boxcutter_docker']['buildx']['github-runner'] = {
0 commit comments