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

using homebrew channel)
pull/44/head
Juliane Holzt 2022-03-03 19:16:11 +01:00 zatwierdzone przez GitHub
rodzic 6096cb3271
commit 3574e57a41
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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
reboot. In order to keep it on you will need to connect over telnet on first
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.