Allow only one IP host to access SSH Make sure SSHD was built with TCP wrappers: ldd /usr/sbin/sshd | grep libwrap Execute: nano /etc/hosts.allow Add: sshd: YOUR_IP: ALLOW sshd: ALL: DENY