If you want to allow ssh access to particular user you have to configure SSH:
* While creating an account give shell access.
* After creating an account go to
root# vi /etc/ssh/sshd_config
* Add the line AllowUsers username
* After that restart /etc/init.d/ssh restart.
With this setting in place the particular user can able to access SSH while other users cannot.