From 5f02077b3640de924fe05648a32c7937e690b1fe Mon Sep 17 00:00:00 2001 From: Fabian Date: Fri, 12 Jan 2018 16:42:53 +0100 Subject: [PATCH] Updated OTA over SCP (markdown) --- OTA-over-SCP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OTA-over-SCP.md b/OTA-over-SCP.md index 7551d7bd..a1ee31e4 100644 --- a/OTA-over-SCP.md +++ b/OTA-over-SCP.md @@ -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): ```