Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
pacman -S iptables
iptables -A INPUT -p tcp --dport 22 -j ACCEPT && iptables -A INPUT -j DROP
iptables-save > /etc/iptables/iptables.rules
systemctl enable iptables
ssh user@ip