|
|
|
|
|
by axegon_
866 days ago
|
|
I have a few dozen such things at home. My absolute favorite one though is a bit wild. I am a bit of a security freak. I do however on occasion need to access something on my home network and I also need some redundancy(it wouldn't be the first time my only solution fails and I need a backup). So I use an old raspberry pi as an ssh server with port forwarding with all gimmicks in place(no root, private key only and all that). Whenever I(or hypothetically someone else logs in) I get a notification on my phone so I can react quickly if needed. I can immediately kick them out by simply replying to the notification. BUT... Redundancy is a good thing, so I also have a kill switch: I have an ESP32 with a sim card and a relay which is controlling the plug to my router. Should I end up being locked out, while someone else has managed to get in, I can send a specific text to a specific number and the esp will kill the power to the router. Overkill? Considering no one has ever managed to get in, probably. But it's better to have the option than not. |
|