forked from sig_core/kickstarts
Fix vagrant kickstart
This commit is contained in:
parent
9d667d87a2
commit
c58097c7f9
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue