From 64196a5b4a63b1b1fe56e798ab7cd7f38e7fefa6 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 31 Jul 2022 17:34:09 +0530 Subject: [PATCH] bluefeds: add steps to generate SSH keys --- content/posts/bluefeds.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index ae74152..4d48315 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -71,6 +71,14 @@ sudo grubby --remove-args=rhgb --update-kernel=ALL ``` +### Generate SSH keys + +```bash +cd $HOME/.ssh +ssh-keygen -t ed25519 +``` + + ### Reboot ```bash