JIRA: COMPASS-139
Change-Id: Iebd7b6f33bb544429383b8b236db101465638e22
Signed-off-by: baigk <baiguoku@huawei.com>
# packages and run commands in the target system.
# d-i preseed/late_command string [command]
d-i preseed/late_command string \
+in-target sed -i '$a UseDNS no' /etc/ssh/sshd_config; \
+in-target sed -i 's/.*GSSAPIAuthentication.*/GSSAPIAuthentication no/g' /etc/ssh/sshd_config; \
wget -O- \
http://$http_server/cblr/svc/op/script/$what/$name/?script=preseed_late_default | \
chroot /target /bin/sh -s; cp /target/etc/network/interfaces /etc/network/interfaces