svn commit: r321661 - head/release/tools
Glen Barber
gjb at FreeBSD.org
Fri Jul 28 18:46:04 UTC 2017
Author: gjb
Date: Fri Jul 28 18:46:02 2017
New Revision: 321661
URL: https://svnweb.freebsd.org/changeset/base/321661
Log:
Revert r321659, re-enabling ChallengeResponseAuthentication, which was
discussed a while back between cperciva@ and so@, and I forgot.
Reported by: cperciva
Sponsored by: The FreeBSD Foundation
Modified:
head/release/tools/ec2.conf
Modified: head/release/tools/ec2.conf
==============================================================================
--- head/release/tools/ec2.conf Fri Jul 28 18:35:29 2017 (r321660)
+++ head/release/tools/ec2.conf Fri Jul 28 18:46:02 2017 (r321661)
@@ -81,12 +81,6 @@ vm_extra_pre_umount() {
# Load the kernel module for the Amazon "Elastic Network Adapter"
echo 'if_ena_load="YES"' >> ${DESTDIR}/boot/loader.conf
- # Disable ChallengeResponseAuthentication according to EC2
- # requirements.
- sed -i '' -e \
- 's/^#ChallengeResponseAuthentication yes/ChallengeResponseAuthentication no/' \
- ${DESTDIR}/etc/ssh/sshd_config
-
# The first time the AMI boots, the installed "first boot" scripts
# should be allowed to run:
# * ec2_configinit (download and process EC2 user-data)
More information about the svn-src-all
mailing list