mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add newline in ssh_config
Otherwise both options end on the same line and are not used.
This commit is contained in:
parent
c26345214f
commit
ae9a1df1aa
1 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ echo "export DEBIAN_FRONTEND=noninteractive" >> $bsenv
|
||||||
chmod 0644 $bsenv
|
chmod 0644 $bsenv
|
||||||
|
|
||||||
# make sure that SSH never hangs at a password or key prompt
|
# make sure that SSH never hangs at a password or key prompt
|
||||||
printf ' StrictHostKeyChecking yes' >> /etc/ssh/ssh_config
|
printf ' StrictHostKeyChecking yes\n' >> /etc/ssh/ssh_config
|
||||||
printf ' BatchMode yes' >> /etc/ssh/ssh_config
|
printf ' BatchMode yes\n' >> /etc/ssh/ssh_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue