From 19eac38f682fd2596c34c4d139bebc8491c74c11 Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Mon, 22 Jun 2026 13:07:25 +0000 Subject: [PATCH] still formatting the code --- ssh/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssh/index.md b/ssh/index.md index 6a16539..e76ecad 100644 --- a/ssh/index.md +++ b/ssh/index.md @@ -5,9 +5,9 @@ Secure Shell is the defacto tool for connecting between devices security in IOT # Generating a key After installing ssh, we recommend generating an ECDSA (elliptic crypto key) - ``` - ssh-keygen -t ECDSA - ``` + + ssh-keygen -t ECDSA + This will ask for a password to encrypt the private key. **It is very very important that you save this password somewhere safe but easy to retrieve. If you lose it, you will have to generate a new key pair**