diff --git a/README.md b/README.md index e097566..ed27356 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,8 @@ If you want to use Forgejo with SSH and be able to pull/push with your SSH key, ```bash PubkeyAuthentication yes -AuthorizedKeysFile /home/yunohost.app/%u/.ssh/authorized_keys ChallengeResponseAuthentication no PasswordAuthentication no -UsePAM no ``` You must also add your public key to your Forgejo profile. diff --git a/README_fr.md b/README_fr.md index d5c94e0..1304799 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,10 +33,8 @@ If you want to use Forgejo with SSH and be able to pull/push with your SSH key, ```bash PubkeyAuthentication yes -AuthorizedKeysFile /home/yunohost.app/%u/.ssh/authorized_keys ChallengeResponseAuthentication no PasswordAuthentication no -UsePAM no ``` You must also add your public key to your Forgejo profile. diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7ac47f5..b56ae11 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -6,10 +6,8 @@ If you want to use Forgejo with SSH and be able to pull/push with your SSH key, ```bash PubkeyAuthentication yes -AuthorizedKeysFile /home/yunohost.app/%u/.ssh/authorized_keys ChallengeResponseAuthentication no PasswordAuthentication no -UsePAM no ``` You must also add your public key to your Forgejo profile.