From ad0b358d10a9c39c8092914d63fcaedf2ffcbf78 Mon Sep 17 00:00:00 2001 From: John Jelinek IV Date: Wed, 13 Aug 2014 23:12:46 -0500 Subject: [PATCH] Fix #123 Set UseDNS to No in sshd_config --- assets/init | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/init b/assets/init index 4712a582..dc06c07b 100755 --- a/assets/init +++ b/assets/init @@ -132,6 +132,7 @@ if [ ! -e /home/git/data/ssh/ssh_host_rsa_key ]; then fi # configure sshd to pick up the host keys from /home/git/data/ssh/ sed -i 's,HostKey /etc/ssh/,HostKey /home/git/data/ssh/,g' -i /etc/ssh/sshd_config +echo "UseDNS no" >> /etc/ssh/sshd_config # start supervisord /usr/bin/supervisord -c /etc/supervisor/supervisord.conf