]> source.dussan.org Git - gitea.git/commit
[ssh] fix the config specification in the authorized_keys template (#8031) (#8193)
authorJakob Ackermann <das7pad@outlook.com>
Mon, 16 Sep 2019 01:41:30 +0000 (03:41 +0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Mon, 16 Sep 2019 01:41:30 +0000 (09:41 +0800)
commitd78aa189ec1d0467efe5e0b2450b40e01677cc27
treeba966691fa1bb7de33bd59c265fb84edfd907f20
parent6883c007d3993416cdb38692cd5d5faa333046de
[ssh] fix the config specification in the authorized_keys template (#8031) (#8193)

The gitea flags must appear in front of the gitea command. Otherwise
 they are ignored.

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
(cherry picked from commit 89648746a5acd4892a026d2962ff217280dbdf5b)
models/ssh_key.go