From 6bf191b031603035187289b827f6bf19afb94e6c Mon Sep 17 00:00:00 2001 From: Fabian Date: Fri, 12 Jan 2018 16:46:07 +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 a1ee31e4..efa5f7de 100644 --- a/OTA-over-SCP.md +++ b/OTA-over-SCP.md @@ -21,7 +21,7 @@ Copy the key to your ssh server. You need to confirm this action. Use your serve ``` ssh-copy-id -i ~/.ssh/id_rsa.pub USER@HOST ``` -_Optional reload the ssh service:_ +_Optionally, reload the ssh service:_ ``` sudo /etc/init.d/ssh restart ```