Merge "Revert "Disable password auth on dib images""

This commit is contained in:
Zuul 2018-08-14 09:03:38 +00:00 committed by Gerrit Code Review
commit 53b20ef975
1 changed files with 0 additions and 5 deletions

View File

@ -26,8 +26,3 @@ set -o pipefail
# properly login.
sed -i -e'/PermitRootLogin/d' /etc/ssh/sshd_config \
&& echo "PermitRootLogin Yes" >> /etc/ssh/sshd_config
# NOTE(clarkb): Glean configures ssh keys only and not passwords. Disable
# unnecessary password auth.
sed -i -e '/PasswordAuthentication/d' /etc/ssh/sshd_config \
&& echo "PasswordAuthentication No" >> /etc/ssh/sshd_config