c7355066b51257b5709e8ba18dea5058d52c682b
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 53-sshd-script
1 #!/bin/bash
2
3 # Stop on error
4 set -euo pipefail
5
6 # Set UseDNS no value in sshd_config to reduce time to connect
7 echo "UseDNS no" >> /etc/ssh/sshd_config