Skip to content

Instantly share code, notes, and snippets.

@skurhse
Last active May 20, 2019 05:30
Show Gist options
  • Save skurhse/ee478fd46cfa159188ad893322d076a5 to your computer and use it in GitHub Desktop.
Save skurhse/ee478fd46cfa159188ad893322d076a5 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install ufw -y
sudo ufw allow OpenSSH #application name
sudo ufw allow 26656
sudo ufw enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment