aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/53-sshd-script
blob: c7355066b51257b5709e8ba18dea5058d52c682b (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Stop on error
set -euo pipefail

# Set UseDNS no value in sshd_config to reduce time to connect
echo "UseDNS no" >> /etc/ssh/sshd_config