mirror of https://github.com/arendst/Tasmota.git
Updated OTA over SCP (markdown)
parent
bc785473eb
commit
c66075938a
|
@ -13,12 +13,10 @@ upload_port should be modified to reflect user, host and path on the host where
|
||||||
SSH communication between the build server and OTA server should be pre-configured so that it doesn't require password (pre-shared keys).
|
SSH communication between the build server and OTA server should be pre-configured so that it doesn't require password (pre-shared keys).
|
||||||
|
|
||||||
## Add the pre-shared key
|
## Add the pre-shared key
|
||||||
On a linux client machine type the following to generate the key:
|
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 INFO"
|
||||||
```
|
```
|
||||||
Press enter three times (without any input).
|
|
||||||
|
|
||||||
Copy the key to your ssh server:
|
Copy the key to your ssh server:
|
||||||
```
|
```
|
||||||
ssh-copy-id -i ~/.ssh/id_rsa.pub USER@HOST
|
ssh-copy-id -i ~/.ssh/id_rsa.pub USER@HOST
|
||||||
|
|
Loading…
Reference in New Issue