Add instruction how to enable SSH in headless setup (i.e. without

using homebrew channel)
pull/36/head
Juliane Holzt 2022-02-27 14:32:15 +01:00
rodzic 6096cb3271
commit c4dd786cdd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 590AE197EF123736
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -30,4 +30,6 @@ perform rooting on. This can help when rooting a TV without a working display.
5. **Important:** since RootMyTV v2 we disable telnet by default after a second 5. **Important:** since RootMyTV v2 we disable telnet by default after a second
reboot. In order to keep it on you will need to connect over telnet on first reboot. In order to keep it on you will need to connect over telnet on first
boot after rooting and remove boot after rooting and remove
`/var/luna/preferences/webosbrew_telnet_disabled` file. `/var/luna/preferences/webosbrew_telnet_disabled` file. To enable SSH daemon
use the command `echo -n 1 > /var/luna/preferences/webosbrew_sshd_enabled`.
For default password and instructions for adding SSH key see main README.