From 29c3e5aafa72826e6cbfa66c546eeff08c9b87fb Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Sat, 1 Oct 2022 08:46:59 +0000 Subject: [PATCH] Update 'SecureSystem/README.md' --- SecureSystem/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SecureSystem/README.md b/SecureSystem/README.md index ccb8733..e6a961f 100644 --- a/SecureSystem/README.md +++ b/SecureSystem/README.md @@ -91,6 +91,10 @@ create a ssh key with Edwards-curve Digital Signature Algorithm and name it serv ```ssh-keygen -t ed25519 -f ~/.ssh/server``` +if you want, you can change the comment of the key to something better + +```ssh-keygen -c -C "server.example.com" -f ~/.ssh/server``` + edit a ssh config file ```vim ~/.ssh/config```