still formatting the code
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@ Secure Shell is the defacto tool for connecting between devices security in IOT
|
|||||||
|
|
||||||
# Generating a key
|
# Generating a key
|
||||||
After installing ssh, we recommend generating an ECDSA (elliptic crypto 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.
|
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**
|
**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**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user