NFVBENCH-196: New NFVbench image for generator part (nfvbench and TRex codes inside VM)
[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