Beyond creating a new user, you need to add their name to the bottom of /etc/ssh/sshd_config:
AllowUsers user1 user2 user3
Restart SSH:
# /etc/init.d/ssh restart
Matt Burton-Kelly's home on the Web
Beyond creating a new user, you need to add their name to the bottom of /etc/ssh/sshd_config:
AllowUsers user1 user2 user3
Restart SSH:
# /etc/init.d/ssh restart