mirror of https://github.com/arendst/Tasmota.git
Updated OTA over SCP (markdown)
parent
a3d420d5a2
commit
5f02077b36
|
@ -15,7 +15,7 @@ SSH communication between the build server and OTA server should be pre-configur
|
||||||
## Add the pre-shared key
|
## Add the pre-shared key
|
||||||
On a linux client machine type the following to generate the key. Press enter three times (without any input):
|
On a linux client machine type the following to generate the key. Press enter three times (without any input):
|
||||||
```
|
```
|
||||||
ssh-keygen -t rsa -C "YOUR OWN KEY INFO"
|
ssh-keygen -t rsa -C "YOUR OWN KEY DESCRIPTION"
|
||||||
```
|
```
|
||||||
Copy the key to your ssh server. You need to confirm this action. Use your server ssh password (one last time):
|
Copy the key to your ssh server. You need to confirm this action. Use your server ssh password (one last time):
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue