github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/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;