Compare commits

..

No commits in common. "96893dff232d30090575f365db80d53fcd815ce0" and "31e618be9e45e83df3ff46ba5d440f15f69de312" have entirely different histories.

View File

@ -63,6 +63,10 @@ PasswordAuthentication no
# Change to yes to enable challenge-response passwords (beware issues with # Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads) # some PAM modules and threads)
# FIXME! outdated/ replaced by KbdInteractiveAuthentication?
ChallengeResponseAuthentication no
# Change to no to disable s/key passwords
KbdInteractiveAuthentication no KbdInteractiveAuthentication no
# Kerberos options # Kerberos options
@ -82,7 +86,7 @@ KbdInteractiveAuthentication no
# be allowed through the KbdInteractiveAuthentication and # be allowed through the KbdInteractiveAuthentication and
# PasswordAuthentication. Depending on your PAM configuration, # PasswordAuthentication. Depending on your PAM configuration,
# PAM authentication via KbdInteractiveAuthentication may bypass # PAM authentication via KbdInteractiveAuthentication may bypass
# the setting of "PermitRootLogin prohibit-password". # the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without # If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication # PAM authentication, then enable this but set PasswordAuthentication
# and KbdInteractiveAuthentication to 'no'. # and KbdInteractiveAuthentication to 'no'.
@ -118,10 +122,10 @@ PrintMotd no # pam does that
AcceptEnv LANG LC_* AcceptEnv LANG LC_*
# override default of no subsystems # override default of no subsystems
# DEACTIVATED because no need for sftp and differences between debian and arch
# debian # debian
Subsystem sftp /usr/lib/openssh/sftp-server Subsystem sftp /usr/lib/openssh/sftp-server
# arch # arch
# DEACTIVATED because no need for sftp and differences between debian and arch
# Subsystem sftp /usr/lib/ssh/sftp-server # Subsystem sftp /usr/lib/ssh/sftp-server
# Example of overriding settings on a per-user basis # Example of overriding settings on a per-user basis