SSH Essentials
sudo nano /etc/ssh/sshd_config
Restricting Login to Certain Users
AllowUsers yesrx usery userz
Restricting Login to Certain Groups
AllowGroups groupx groupy groupz
Related
- Specify an SSH key for git push for a given Domain
- How to Enable SSH on Ubuntu
- Working With SSH Keys
- SSH Tunneling Essentials
- Linux Users
- Linux Groups
- YAML Essentials
- How to Create a Command Alias in Linux
- Find Command in Linux
- Linux IP Essentials
- Linux Routing Essentials
- Enable IP Forwarding in Linux
- Compress and Extract Files Using the tar Command on Linux