Merge pull request #16 from YunoHost-Apps/fix-ssh-conf

Update README.md
This commit is contained in:
Josue-T 2020-04-03 21:52:12 +02:00 committed by GitHub
commit 54be6f071a
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