User Tools

Site Tools


raspi_fuer_kameras_installieren

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
raspi_fuer_kameras_installieren [2022/01/08 20:04] adminraspi_fuer_kameras_installieren [2022/01/08 20:18] admin
Line 15: Line 15:
 <code>ssh-keygen -t rsa -b 4096</code> <code>ssh-keygen -t rsa -b 4096</code>
  
 +SSH Key auf Server kopieren
 +
 +<code>ssh-copy-id -i .ssh/id_rsa.pub pi@server</code>
 +
 +Dann mit <code>crontab -e</code> den autossh Tunnel als Cronjob bei reboot einfügen.
 +
 +<code>@reboot autossh -fN -R 2222:localhost:22 pi@server</code>
 + 
  
raspi_fuer_kameras_installieren.txt · Last modified: 2022/01/08 23:13 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki