Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is the sshd server system-wide configuration file. See
- # sshd_config(5) for more information.
- # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
- # but this is overridden so installations will only check .ssh/authorized_keys
- AuthorizedKeysFile .ssh/authorized_keys
- # override default of no subsystems
- Subsystem sftp sftp-server.exe
- # Example of overriding settings on a per-user basis
- Port 1337
- PasswordAuthentication no
- PermitRootLogin yes
- MaxAuthTries 3
- LoginGraceTime 20
- PubkeyAuthentication yes
- KbdInteractiveAuthentication no
- Match User anoncvs
- # Match User J2897
- # AuthorizedKeysFile __PROGRAMDATA__/ssh/administrators_authorized_keys
- Match Group administrators
- AuthorizedKeysFile __PROGRAMDATA__/ssh/administrators_authorized_keys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement