summarylogtreecommitdiffstats
path: root/app.ini
diff options
context:
space:
mode:
authorfrancoism902017-02-25 23:44:22 +0100
committerfrancoism902017-02-25 23:44:22 +0100
commitdbe289d70aefadc96f3b65f6bfc0624ca77bd013 (patch)
tree4fb8efdc3e022daa98a0d6502887ddc48bd362b2 /app.ini
parentf9e1eff34cd8e5eadbae0047a65219961b2f96a4 (diff)
downloadaur-dbe289d70aefadc96f3b65f6bfc0624ca77bd013.tar.gz
fix ssh support
Diffstat (limited to 'app.ini')
-rw-r--r--app.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.ini b/app.ini
index 85a4b925d70c..0bc5783357bd 100644
--- a/app.ini
+++ b/app.ini
@@ -109,7 +109,7 @@ SSH_PORT = 22
; Port number builtin SSH server listens on
SSH_LISTEN_PORT = %(SSH_PORT)s
; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'.
-SSH_ROOT_PATH =
+SSH_ROOT_PATH = /home/gitea/.ssh
; Directory to create temporary files when test publick key using ssh-keygen,
; default is system temporary directory.
SSH_KEY_TEST_PATH =