Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Mode : SSH Server #268

Open
Merkotte opened this issue Nov 26, 2024 · 2 comments
Open

Connection Mode : SSH Server #268

Merkotte opened this issue Nov 26, 2024 · 2 comments

Comments

@Merkotte
Copy link

Hi ! So, I'm trying to connect my PC to my rooted TV using the "SSH Server by Homebrew Channel" connection mode, but I'm stuck. When it asks for the root@ address..: 22 and authentication key, I have no idea what to put. Can you help me out with that?

Just to let you know, my TV is rooted, but I didn't use or install the dev mode.

I'd really appreciate it if you could help me figure this out.

Thanks !

@Am0rphous
Copy link

You can get the private key by opening your tv http://ipaddresshere:9991/webos_rsa in your browser. Use it:

chmod 700 Downloads/webos_rsa    #we need to update permissions on the key
ssh -v [email protected] -p 9922 -i Downloads/webos_rsa  #Example

I made some other tips in a repo

@mariotaku
Copy link
Member

Hello @Merkotte ! The default password is alpine so you can switch from key to password to use that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants