Plan borg: updates (step).

This commit is contained in:
Christian P. MOMON 2023-01-18 00:42:59 +01:00
parent e9a5b743c2
commit a6eb532f67
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Créer un utilisateur dédié `borg` :
adduser --disabled-password --system --group --home /srv/borg/ --shell /bin/bash borg adduser --disabled-password --system --group --home /srv/borg/ --shell /bin/bash borg
``` ```
Créer des clés `ssh` pour l'utilisateur `root` : Créer des clés `ssh` pour l'utilisateur `root` (si besoin) :
``` ```
sudo ssh-keygen -t ed25519 sudo ssh-keygen -t ed25519
``` ```
@ -135,7 +135,7 @@ apt update
apt install -t bullseye-backports borgmatic borgbackup apt install -t bullseye-backports borgmatic borgbackup
``` ```
Créer des clés `ssh` pour l'utilisateur `root` : Créer des clés `ssh` pour l'utilisateur `root` (si besoin) :
``` ```
sudo ssh-keygen -t ed25519 sudo ssh-keygen -t ed25519
``` ```