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:
parent
6b9e7542a5
commit
6760b1b618
3 changed files with 0 additions and 6 deletions
|
@ -33,10 +33,8 @@ If you want to use Forgejo with SSH and be able to pull/push with your SSH key,
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
AuthorizedKeysFile /home/yunohost.app/%u/.ssh/authorized_keys
|
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
UsePAM no
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You must also add your public key to your Forgejo profile.
|
You must also add your public key to your Forgejo profile.
|
||||||
|
|
|
@ -33,10 +33,8 @@ If you want to use Forgejo with SSH and be able to pull/push with your SSH key,
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
AuthorizedKeysFile /home/yunohost.app/%u/.ssh/authorized_keys
|
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
UsePAM no
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You must also add your public key to your Forgejo profile.
|
You must also add your public key to your Forgejo profile.
|
||||||
|
|
|
@ -6,10 +6,8 @@ If you want to use Forgejo with SSH and be able to pull/push with your SSH key,
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
AuthorizedKeysFile /home/yunohost.app/%u/.ssh/authorized_keys
|
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
UsePAM no
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You must also add your public key to your Forgejo profile.
|
You must also add your public key to your Forgejo profile.
|
||||||
|
|
Loading…
Reference in a new issue