forked from sig_core/kickstarts
Fix vagrant kickstart
This commit is contained in:
parent
9d667d87a2
commit
c58097c7f9
@ -66,6 +66,7 @@ ex -s /etc/ssh/sshd_config <<EOF
|
|||||||
:update
|
:update
|
||||||
:quit
|
:quit
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >>/etc/sysconfig/sshd <<EOF
|
cat >>/etc/sysconfig/sshd <<EOF
|
||||||
|
|
||||||
# Decrease connection time by preventing reverse DNS lookups
|
# Decrease connection time by preventing reverse DNS lookups
|
||||||
|
@ -70,6 +70,7 @@ EOF
|
|||||||
|
|
||||||
# sshd: disable password authentication and DNS checks
|
# sshd: disable password authentication and DNS checks
|
||||||
# for virtualbox we're disabling it after provisioning
|
# for virtualbox we're disabling it after provisioning
|
||||||
|
cat >>/etc/sysconfig/sshd <<EOF
|
||||||
|
|
||||||
# Decrease connection time by preventing reverse DNS lookups
|
# Decrease connection time by preventing reverse DNS lookups
|
||||||
# (see https://lists.centos.org/pipermail/centos-devel/2016-July/014981.html
|
# (see https://lists.centos.org/pipermail/centos-devel/2016-July/014981.html
|
||||||
|
Loading…
Reference in New Issue
Block a user