Skip to content

Commit 1c6fc86

Browse files
committed
Fix documentation and #19065
1 parent 9cca834 commit 1c6fc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/installation/with-docker.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Add the following block to `/etc/ssh/sshd_config`, on the host:
590590
```bash
591591
Match User git
592592
AuthorizedKeysCommandUser git
593-
AuthorizedKeysCommand ssh -p 2222 -o StrictHostKeyChecking=no [email protected] /usr/local/bin/gitea keys -c /data/gitea/conf/app.ini -e git -u %u -t %t -k %k
593+
AuthorizedKeysCommand /usr/bin/ssh -p 2222 -o StrictHostKeyChecking=no [email protected] /usr/local/bin/gitea keys -c /data/gitea/conf/app.ini -e git -u %u -t %t -k %k
594594
```
595595

596596
(From 1.16.0 you will not need to set the `-c /data/gitea/conf/app.ini` option.)

0 commit comments

Comments
 (0)