buildserver: fix ssh BatchMode config

This commit is contained in:
Hans-Christoph Steiner 2021-05-25 16:56:55 +02:00
parent be9036b1f1
commit 07da062a34

View file

@ -17,4 +17,4 @@ chmod 0644 $bsenv
# make sure that SSH never hangs at a password or key prompt
printf ' StrictHostKeyChecking yes' >> /etc/ssh/ssh_config
printf ' BatchMode yes' >> /etc/ssh/config
printf ' BatchMode yes' >> /etc/ssh/ssh_config