Updated OTA over SCP (markdown)

Fabian 2018-01-12 16:38:31 +01:00
parent c66075938a
commit 8f462c0a04
1 changed files with 1 additions and 3 deletions

@ -17,12 +17,10 @@ On a linux client machine type the following to generate the key. Press enter th
``` ```
ssh-keygen -t rsa -C "YOUR OWN KEY INFO" ssh-keygen -t rsa -C "YOUR OWN KEY INFO"
``` ```
Copy the key to your ssh server: Copy the key to your ssh server. You need to confirm this action. Use your server ssh password (one last time):
``` ```
ssh-copy-id -i ~/.ssh/id_rsa.pub USER@HOST ssh-copy-id -i ~/.ssh/id_rsa.pub USER@HOST
``` ```
You need to confirm this action. Use your server ssh password (one last time).
_Optional reload the ssh service:_ _Optional reload the ssh service:_
``` ```
sudo /etc/init.d/ssh restart sudo /etc/init.d/ssh restart