en -> fr
This commit is contained in:
parent
a4877edb91
commit
aca5771cb0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
||||||
|
|
||||||
- Remettre les clés SSH dans le dossier `$HOME/.ssh`
|
- Remettre les clés SSH dans le dossier `$HOME/.ssh`
|
||||||
```bash
|
```bash
|
||||||
# To rechange to the correct permissions, you can run this command after re-uploading your ssh keys
|
# Pour rétablir les permissions correctes, vous pouvez exécuter cette commande après avoir remis vos clés ssh.
|
||||||
sudo chown $USER:$USER $HOME/.ssh/* && sudo chmod u=r,g=,o= $HOME/.ssh/* && sudo chmod g=r,o=r $HOME/.ssh/*.pub && sudo chmod g=r,o=r $HOME/.ssh/config && sudo chmod g=r,o=r $HOME/.ssh/environment
|
sudo chown $USER:$USER $HOME/.ssh/* && sudo chmod u=r,g=,o= $HOME/.ssh/* && sudo chmod g=r,o=r $HOME/.ssh/*.pub && sudo chmod g=r,o=r $HOME/.ssh/config && sudo chmod g=r,o=r $HOME/.ssh/environment
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Reference in a new issue