Skip to content

Instantly share code, notes, and snippets.

@zakuni
Last active December 20, 2015 22:19
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