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

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