64e88772f3ffcd17fcd78c48679b025aaeeaff40
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 53-sshd-script
1 #!/bin/bash
2
3 # Set UseDNS no value in sshd_config to reduce time to connect
4 echo "UseDNS no" >> /etc/ssh/sshd_config