github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/images/scripts/common/sshd.sh (about)

     1  #!/bin/sh -eux
     2  
     3  echo "UseDNS no" >>/etc/ssh/sshd_config;
     4  echo "GSSAPIAuthentication no" >>/etc/ssh/sshd_config;