still formatting the code

This commit is contained in:
2026-06-22 13:07:25 +00:00
parent 22522cf953
commit 19eac38f68
+2 -2
View File
@@ -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
```
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**