Updated OTA over SCP (markdown)

Fabian 2018-01-12 16:43:34 +01:00
parent 5f02077b36
commit b375910bd6
1 changed files with 2 additions and 1 deletions

@ -21,7 +21,8 @@ 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:_
### Optional reload the ssh service
```
sudo /etc/init.d/ssh restart
```