summaryrefslogtreecommitdiffstats
path: root/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/53-sshd-script
blob: 64e88772f3ffcd17fcd78c48679b025aaeeaff40 (plain)
1
2
3
4
#!/bin/bash

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