mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-03 21:35:33 -04:00
We never allow git via SSH or password/key access, and right now, this causes things to hang forever. This sets things up to fail quickly with invalid ssh connections. BatchMode=yes - passphrase/password querying will be disabled. StrictHostKeyChecking=yes - never automatically prompt, or add host keys to the ~/.ssh/known_hosts file, and refuse to connect to hosts whose host key has changed.