Replies: 3 comments 4 replies
-
@johan-66 No easy pointer. The bad new is that I haven't (yet) packaged this in a form that would make it easy for a "Linux-n00b" to install. However if you want to take a whack at it, the install process is open source. I just can't offer support if you run into trouble. |
Beta Was this translation helpful? Give feedback.
-
I have a couple of scripts I add to the jambox setup that I call "phone
home" functionality, sort of sounds like this is what Johan is after. It's
basically an ssh tunnel that is set up at boot time and maintained
throughout the session, providing a tunnel via port-forwarding so that I
can hit the remote VNC URL from a local browser. My solution uses an AWS
server as an intermediary, but a "DMZ" host on the local internet gateway
could fill this role just as well.
I haven't put the code into shareable form because nobody has expressed
interest in it yet, but I'm happy to do so as soon as time permits. The
pattern of port forwarding via ssh, though, is quite commonly used, and a
quick google search could get you more than enough clear examples to get
you started. Let me know if you're interested and I'll package my solution
up.
Carlos
…On Fri, Jan 29, 2021 at 10:19 AM Kevin Doren ***@***.***> wrote:
@johan-66 <https://github.com/johan-66> If you want to access an RPi from
outside internet, you will have security issues to deal with that are not
present when only connecting from the same local network.
VNC viewer already handles this quite nicely, and it's free for personal
use. They even have smartphone/table apps. That's what I would suggest.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKJTEZRL6U464CXGIJ5JODS4L32XANCNFSM4WPVM2GA>
.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, Thuyen. Looking it over, I feel like the scripts need to be
organized before sharing widely, will see if I can create a standalone repo
that puts just the phonehome functionality into a standalone solution
that's easy to add to an existing RPi on Raspbian or Ubuntu. I'll see if I
can get to this over the long weekend.
Carlos
…On Sun, Feb 14, 2021 at 2:24 AM juvalisle ***@***.***> wrote:
Hi Carlos,
I would be interested in your solution how to set up the ssh tunnel to my
AWS server.
Thanks,
Thuyen
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKJTEZG7FSTTILGV7DGLI3S66QGXANCNFSM4WPVM2GA>
.
|
Beta Was this translation helpful? Give feedback.
-
...is one (of many) neat details of the Jambox setup!
I would like to have my "standard/desktop" RPi image to also boot up with this combo. I have tried to google around to understand how to achieve this (I am to a large extent a Linux-n00b ;-/ ), but so far no real luck...
Is there an easy pointer to the Jambox config aspects of how to achieve this "combo"? Any other pointer to a step-by-step guide to achieve the combo for a standard Raspbian setup?
Beta Was this translation helpful? Give feedback.
All reactions