Last active
December 15, 2015 11:48
-
-
Save m87carlson/5255232 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Protocol 2 | |
KerberosAuthentication yes | |
KerberosOrLocalPasswd yes | |
KerberosTicketCleanup yes | |
GSSAPIAuthentication yes | |
GSSAPICleanupCredentials yes | |
UsePAM yes | |
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES | |
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT | |
AcceptEnv LC_IDENTIFICATION LC_ALL | |
Subsystem sftp /usr/libexec/sftp-server | |
{% if pillar['allowed_users'] %}AllowUsers {% for user in pillar['allowed_users'] %} {{ user }} {% endfor %}{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment