Update README.md

This commit is contained in:
Kayou 2020-04-03 19:26:42 +02:00 committed by GitHub
parent 72254574b4
commit bfbfda70c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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