From bfbfda70c54b43e6cc889429dec67890bb1685c4 Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 3 Apr 2020 19:26:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 814776e..36b8c5a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ If you want to use Gitea with ssh and be able to pull/push with you ssh key, you ```bash PubkeyAuthentication yes -AuthorizedKeysFile %h/.ssh/authorized_keys +AuthorizedKeysFile /home/%u/.ssh/authorized_keys ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no