mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Align SSH_AUTHORIZED_KEYS_BACKUP
var with the value in app.ini
(#13212)
* Align `SSH_AUTHORIZED_KEYS_BACKUP` var with the value in `app.ini` * Also fix the cheat sheet and move it to below - SSH_CREATE_AUTHORIZED_KEYS_FILE Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
06eaf74e8a
commit
05aa6fd477
2 changed files with 2 additions and 2 deletions
|
@ -371,7 +371,7 @@ config:
|
|||
|
||||
```
|
||||
[ssh]
|
||||
SSH_BACKUP_AUTHORIZED_KEYS=false
|
||||
SSH_AUTHORIZED_KEYS_BACKUP=false
|
||||
```
|
||||
|
||||
- mount your `.ssh` directory directly into the container i.e. add the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue