Added sensative to new ssh-pvt deployment

This commit is contained in:
Eric Renfro 2016-07-21 12:33:23 -04:00
parent 8cca9e32aa
commit 673a44a90c

View file

@ -244,6 +244,7 @@ file "/root/.ssh/id_rsa" do
owner "root" owner "root"
group "root" group "root"
mode "0600" mode "0600"
sensitive true
end end
file "/root/.ssh/id_rsa.pub" do file "/root/.ssh/id_rsa.pub" do
@ -251,6 +252,7 @@ file "/root/.ssh/id_rsa.pub" do
owner "root" owner "root"
group "root" group "root"
mode "0600" mode "0600"
sensitive true
end end
ruby_block "add public key to authorized_keys" do ruby_block "add public key to authorized_keys" do