Updated OTA over SCP (markdown)

Fabian 2018-01-12 16:42:53 +01:00
parent a3d420d5a2
commit 5f02077b36
1 changed files with 1 additions and 1 deletions

@ -15,7 +15,7 @@ SSH communication between the build server and OTA server should be pre-configur
## Add the pre-shared 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 DESCRIPTION"
```
Copy the key to your ssh server. You need to confirm this action. Use your server ssh password (one last time):
```