vault backup: 2025-05-30 17:57:39
This commit is contained in:
@@ -22,12 +22,14 @@ npm install -g typescript
|
||||
|
||||
#firewall install & enable
|
||||
apt install ufw -y
|
||||
ufw allow in on eth0 to any port 22 proto tcp
|
||||
ufw reset
|
||||
ufw allow in on eth0 proto tcp to any port 22
|
||||
ufw deny in on eth0
|
||||
ufw allow 22/tcp
|
||||
ufw allow in on eth1 from 10.16.0.0/16
|
||||
ufw limit 22/tcp comment "Rate limit SSH"
|
||||
|
||||
ufw enable
|
||||
|
||||
ufw status numbered
|
||||
|
||||
#node exporter run + cerberus prometheus add
|
||||
|
||||
|
||||
Reference in New Issue
Block a user