Reboot Mikrotik from OSMC on Raspberry Pi
Posted on Tue 01 November 2016 in Automatyczny dom • 2 min read
Personas:
- 192.168.10.1 - MikroTik home router with Internet connection and WiFi LAN
- 192.168.10.6 - Raspberry Pi with OSMC media center OS (based on Kodi)
Login to OMSC
ssh osmc@192.168.10.6
Generate key without password:
ssh-keygen -t dsa
Transfer public key to Mikrotik router …
Continue reading