Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
chore(docs): corrige une erreur dans la documentation sur l’arrivée d…
Browse files Browse the repository at this point in the history
…’un utilisateur
  • Loading branch information
vmaubert committed Mar 9, 2022
1 parent f836a12 commit 25fff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-sources/03-architecture/05-utilisateurs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo nano /home/git/.ssh/authorized_keys

# définit les permissions
sudo chmod -R 700 /home/<user>/.ssh/
sudo chown -R <user>:<user> /home/<user>.ssh
sudo chown -R <user>:<user> /home/<user>/.ssh

# ajoute l'utilisateur aux groupes sudo, users, docker
sudo usermod -a -G sudo <user>
Expand Down

0 comments on commit 25fff3b

Please sign in to comment.