67
Raspberry Pi Connect: an easy-to-use way to access your RPi remotely, using just a web browser
(www.raspberrypi.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Yeah that won't work outside lan unless you vpn or something
SSH jump host is the same as this. You still have to have a public available service somewhere, that's how routing works.
Not true. SSH works over the open Internet just fine. It is simply an attack vector. Just like Pi Connect would be. So if both are attack vectors, go with the proven technology that is well documented as to how to prevent said attack.
Wait really? How? I would imagine some port forwarding or something would need to be done though.
A: port forwarding is only required if not in a DMZ.
B: open ports are how machines are accessed regardless of if they are forwarded or not.
C: if you don't understand how ports work, you have no business exposing anything.
Well I have my port open in my lan but the only way to access it outside of my lan is to port forward. I don't understand how you can say that all you need to do is open the port and the machine can be accessed.
Same concept applies for any other service like a game server.