Skip to content

Commit 35541f8

Browse files
authored
Fix documentation and #19065 (#19067)
1 parent bc0d2c8 commit 35541f8

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

+1-1
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)