chiark / gitweb /
server: specify an identity file for SSH when rsyncing
[fdroidserver.git] / examples / config.py
index 501a4f1e48256b721ea152ad944a2baba92daef6..df1ec79b73ab79c5d6bc2b2c9737ff376ca839c8 100644 (file)
@@ -105,6 +105,9 @@ keyaliases['com.example.another.plugin'] = '@com.example.another'
 # sub-directories (i.e. /var/www/packagerepos/fdroid).
 # serverwebroot = 'user@example:/var/www/fdroid'
 
+# optionally specific which identity file to use when using rsync over SSH
+# identity_file = '~/.ssh/fdroid_id_rsa'
+
 # To upload the repo to an Amazon S3 bucket using `fdroid server update`.
 # Warning, this deletes and recreates the whole fdroid/ directory each
 # time. This is based on apache-libcloud, which supports basically all cloud