24
8
I have done a bit of home automation such as building a remote camera that can be turned on via SSH locally and publishes images on a Raspberry Pi run Linux server.
I'm curious, though, as to what protocols are best followed when your security is behind a router. I've used things like Putty and opened ports so that I can tunnel in but I don't imagine these are the most secure methods.
I'm wondering what protocols/tools are best used when accessing a home server system remotely.
Do you have the ability to encrypt the image stream? – tbm0115 – 2016-12-06T18:10:15.417
@tbm0115 I have physical access to the device. The technical know-how, not so much. I'm still learning. – Trevor J. Smith – 2016-12-06T18:11:11.157
4Ideally, I think your camera would encrypt the image stream and an application on a secured device in the network would decrypt it. Alternatively/Additionally, you could potentially setup either a separate network or a subnet in your network to run your IoT devices from and add additional security to that area of the network. – tbm0115 – 2016-12-06T18:14:00.613
That makes a lot of sense. Definitely worth performing if I want to add a few more devices to the mix. Thanks. – Trevor J. Smith – 2016-12-06T18:15:23.633
1That question is incredibly broad. Especially your title — given the body, I guess you're specifically concerned about network security? Even so, it depends what kind of network connectivity your application requires. – Gilles – 2016-12-07T00:02:58.957