Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created January 4, 2009 01:37
Show Gist options
  • Select an option

  • Save bmizerany/42976 to your computer and use it in GitHub Desktop.

Select an option

Save bmizerany/42976 to your computer and use it in GitHub Desktop.
recipe "SSH" do
directory "~/.ssh" do
mode 0700
end
file "~/.ssh/authorized_keys" do
mode 0600
write txt(:ssh_keys)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment