1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

Update README : ssh config

This commit is contained in:
Emmanuel Averty 2023-01-06 17:21:23 +01:00
parent 6b9e7542a5
commit 6760b1b618
3 changed files with 0 additions and 6 deletions

View file

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

View file

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

View file

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