
This packer template is usded to create the packstack-vagrant basebox and should be part of packstack-vagrant. Change-Id: I8283faaeafb12b9c8be7c85b3fc9ee093cbf154e
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
|
|
echo "UseDNS no" >> /etc/ssh/sshd_config
|
|
echo "GSSAPIAuthentication no" >> /etc/ssh/sshd_config
|