Page MenuHomeFreeBSD

D34400.id103307.diff
No OneTemporary

D34400.id103307.diff

Index: release/tools/ec2.conf
===================================================================
--- release/tools/ec2.conf
+++ release/tools/ec2.conf
@@ -122,10 +122,9 @@
# historical "nvd" driver.
echo 'hw.nvme.use_nvd="0"' >> ${DESTDIR}/boot/loader.conf
- # Disable ChallengeResponseAuthentication according to EC2
- # requirements.
+ # Disable KbdInteractiveAuthentication according to EC2 requirements.
sed -i '' -e \
- 's/^#ChallengeResponseAuthentication yes/ChallengeResponseAuthentication no/' \
+ 's/^#KbdInteractiveAuthentication yes/KbdInteractiveAuthentication no/' \
${DESTDIR}/etc/ssh/sshd_config
# Use FreeBSD Update and Portsnap mirrors hosted in AWS
Index: release/tools/gce.conf
===================================================================
--- release/tools/gce.conf
+++ release/tools/gce.conf
@@ -70,7 +70,7 @@
EOF
cat << EOF >> ${DESTDIR}/etc/ssh/sshd_config
-ChallengeResponseAuthentication no
+KbdInteractiveAuthentication no
X11Forwarding no
AcceptEnv LANG
AllowAgentForwarding no

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 7, 3:08 PM (19 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17034063
Default Alt Text
D34400.id103307.diff (1 KB)

Event Timeline