Port 65531 # ssh port to modify the default 22
ListenAddress 192.168.1.X # ssh allows the IP address of the login
PermitRootLogin no # root prohibited via ssh
AllowUsers test@192.168.1.* # allows the user to test the IP 192.168.1. * Client Access Login
|