# default configuration

AuthorizedKeysFile .ssh/authorized_keys
Subsystem sftp /usr/lib/ssh/sftp-server

# custom configuration

PasswordAuthentication no
ChallengeResponseAuthentication no
AllowAgentForwarding no
AllowTcpForwarding no

Match User git
    AuthorizedKeysFile /srv/authorized_keys
