added more instructions for backing up & restoring SSH credentials

This commit is contained in:
aminnairi
2024-01-07 11:13:10 +01:00
parent 67dd379d3c
commit f934fcfe64
+6
View File
@@ -143,6 +143,12 @@ If the playbook's path choosen is not found, then you'll get an error.
[Tmux](https://github.com/tmux/tmux)'s plugins get installed once it is run without argument. A Fish function gets triggered whenever `tmux` is run. If it has no argument, then plugins gets checked and installed. If it has arguments, plugins do not get installed nor checked. Please run at least once `tmux` in order to install the necessary plugins before using it. [Tmux](https://github.com/tmux/tmux)'s plugins get installed once it is run without argument. A Fish function gets triggered whenever `tmux` is run. If it has no argument, then plugins gets checked and installed. If it has arguments, plugins do not get installed nor checked. Please run at least once `tmux` in order to install the necessary plugins before using it.
### 🔐 SSH
It's a good idea to backup your existing `~/.ssh/config` file before erasing the informations contained in a previous computer.
Once the new computer is installed, don't forget to create a new SSH key using `ssh-keygen -t ed25519` and to propagate this key to the relevant services (servers, GitHub, GitLab, ...).
## ✨ Feature request, bug report & vulnerability report ## ✨ Feature request, bug report & vulnerability report
See [`issues`](./issues). See [`issues`](./issues).