Skip to content

Instantly share code, notes, and snippets.

@zakuni
Last active December 20, 2015 22:19
Show Gist options
  • Select an option

  • Save zakuni/6204189 to your computer and use it in GitHub Desktop.

Select an option

Save zakuni/6204189 to your computer and use it in GitHub Desktop.
execute "enable" do
command "yes | ufw enable"
end
execute "allow" do
command "ufw allow ssh"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment