Skip to content

Instantly share code, notes, and snippets.

@knoopx
Created November 15, 2013 23:13
Show Gist options
  • Save knoopx/7493303 to your computer and use it in GitHub Desktop.
Save knoopx/7493303 to your computer and use it in GitHub Desktop.
file { "/home/${username}/.ssh/authorized_keys":
mode => 644,
owner => $username,
group => $username,
source => "https://github.com/knoopx.keys"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment