Saved Bookmarks
| 1. |
How To Allow Only Specific Users To Ssh Your Linux Server ? |
|
Answer» OPEN the file ‘/etc/ssh/sshd_config’ and ADD the parameter ‘AllowUsers user1 user2′ & then restart the ssh server. Open the file ‘/etc/ssh/sshd_config’ and add the parameter ‘AllowUsers user1 user2′ & then restart the ssh server. |
|