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