chiark / gitweb /
never wait for SSH prompts when running git commands
authorHans-Christoph Steiner <hans@eds.org>
Thu, 23 Nov 2017 20:19:45 +0000 (21:19 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 23 Nov 2017 22:31:38 +0000 (23:31 +0100)
commit09828f4a73aec248dc1f3d7b9250bc903c862996
treef280271021ceaf0b273a9f0c6aef16ab6e81600e
parentfdbfb4d1a2b4f97ff0e1b93739fee2f0c5652e63
never wait for SSH prompts when running git commands

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.
buildserver/setup-env-vars
fdroidserver/common.py