OpenSSH has built-in support for per-user and host restrictions via the "AllowUsers" and "DenyUsers" settings in /etc/ssh/sshd_config. Relying on host-based security is not really a good idea but you can do it with stock OpenSSH if you really need to. - todd