Fix vagrant kickstart

This commit is contained in:
Neil Hanlon 2022-11-23 23:03:10 -05:00
parent 9d667d87a2
commit c58097c7f9
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ ex -s /etc/ssh/sshd_config <<EOF
:update
:quit
EOF
cat >>/etc/sysconfig/sshd <<EOF
# Decrease connection time by preventing reverse DNS lookups

View File

@ -70,6 +70,7 @@ EOF
# sshd: disable password authentication and DNS checks
# for virtualbox we're disabling it after provisioning
cat >>/etc/sysconfig/sshd <<EOF
# Decrease connection time by preventing reverse DNS lookups
# (see https://lists.centos.org/pipermail/centos-devel/2016-July/014981.html