From 6760b1b6189b3a9949d0393841b63f316c94c438 Mon Sep 17 00:00:00 2001 From: Emmanuel Averty Date: Fri, 6 Jan 2023 17:21:23 +0100 Subject: [PATCH] Update README : ssh config --- README.md | 2 -- README_fr.md | 2 -- doc/DISCLAIMER.md | 2 -- 3 files changed, 6 deletions(-) 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.