From f934fcfe64bc24fa51172ea97e64a4284b7dd95f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:13:10 +0100 Subject: [PATCH] added more instructions for backing up & restoring SSH credentials --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 42988f1..a0eb3e0 100644 --- a/README.md +++ b/README.md @@ -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. +### 🔐 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 See [`issues`](./issues).