Commit ded123ba by John Jarvis

Merge pull request #986 from pku9104038/local_ssh

Add COMMON_SSH_PASSWORD_AUTH for sshd_config template
parents 479ac5cd 6b66d0f0
...@@ -30,6 +30,7 @@ COMMON_CUSTOM_DHCLIENT_CONFIG: false ...@@ -30,6 +30,7 @@ COMMON_CUSTOM_DHCLIENT_CONFIG: false
COMMON_MOTD_TEMPLATE: "motd.tail.j2" COMMON_MOTD_TEMPLATE: "motd.tail.j2"
COMMON_SSH_PASSWORD_AUTH: "no"
# These are three maintenance accounts across all databases # These are three maintenance accounts across all databases
# the read only user is is granted select privs on all dbs # the read only user is is granted select privs on all dbs
......
...@@ -51,7 +51,7 @@ PermitEmptyPasswords no ...@@ -51,7 +51,7 @@ PermitEmptyPasswords no
ChallengeResponseAuthentication no ChallengeResponseAuthentication no
# Change to no to disable tunnelled clear text passwords # Change to no to disable tunnelled clear text passwords
PasswordAuthentication no PasswordAuthentication {{ COMMON_SSH_PASSWORD_AUTH }}
# Kerberos options # Kerberos options
#KerberosAuthentication no #KerberosAuthentication no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment