mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: fix ssh BatchMode config
This commit is contained in:
parent
be9036b1f1
commit
07da062a34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue