git-sync/_test_tools/sshd/sshd_config

13 lines
468 B
Plaintext

# 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
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no
# Change to no to disable s/key passwords
ChallengeResponseAuthentication no