Allow a single IP to login

Restrict the SSH server to accept the connections from your trusted IP addresses only.

sudo ufw allow from 192.168.0.200 to any port 22

Last updated