permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit ffb09d8cde171e82ad11beb0bdd03a66d23aa473
parent ef3510957cdb8e098e6e3635289de9175a29ff86
Author: decentral1se <decentral1se@web>
Date:   Tue,  1 Oct 2024 12:36:38 +0200

docs: ufw

Diffstat:
Meik.mdwn | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -112,3 +112,8 @@ mosh ---- [mosh](https://mosh.org) is installed on the server to make doing terminal ops more convenient on intermittent connections, long running commands and so on. See the website for more information. You simply replace `ssh` with `mosh` when you want to connect to the server. You need to install the `mosh` client on your machine also (e.g. `apt install mosh`). + +firewall +-------- + +[ufw](https://help.ubuntu.com/community/UFW) is installed as a "frontend" for `iptables`. Defaults are set to allow outgoing and block incoming traffic. Only specific ports are open and allow incoming.