Allow users to access SSH

by Sanju 2009-09-09 12:31:10

Allow users to access SSH

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.

1288
like
0
dislike
0
mail
flag

You must LOGIN to add comments