Allow only one IP host to access SSH

  1. Make sure SSHD was built with TCP wrappers:
ldd /usr/sbin/sshd | grep libwrap
  1. Execute:
nano /etc/hosts.allow
  1. Add:
sshd: YOUR_IP: ALLOW
sshd: ALL: DENY