FedX
@FedX@quokk.au
- Comment on Means to privately connect to my home server other than Tailscale? 1 week ago:
In theory yes, in practice, I have no idea. My guess is you would need to soft-fork the project to get it using either project, or maybe be really, really nice to the devs and ask them to support additional protocols. Technically there is no reason it wouldn’t work, but whether or not there are enough people with your usecase for devs to justify implementing a new feature is another matter entirely.
- Comment on Means to privately connect to my home server other than Tailscale? 2 weeks ago:
From what I can tell, the issue with Wireguard is that the traffic is quite obvious. Other options might be blocked, but technically harder to implement said blocks.
- Comment on Means to privately connect to my home server other than Tailscale? 2 weeks ago:
Yeah, WG is by far the best way to do this kind of networking.
- Comment on Means to privately connect to my home server other than Tailscale? 2 weeks ago:
That’s quite fascinating, didn’t realize Wireguard could be blocked in that way (although the WG traffic is pretty obvious looking, so it makes sense). The only solution I know of without a need for a VPS is hosting everything on Tor. Wildly private and secure, but also wildly slow. Beyond that, there are a number of ways of using a VPS to similar effect, I know people have used Cloudflare Tunnel to similar effect in the past.
Also, there are apparently quite a number of wiregaurd derivatives which protect better against detection and blocking methods. amnezia and (wstunnel)[https://github.com/erebe/wstunnel] are the two that came up. Likewise, you will need a VPS, and might even be able to set up a tailscale-like coordination server that way (maybe with headscale, or maybe with one of its competitors like NetBird).
ZeroTier might also get the job done, but I really don’t know much about it.
Hope this helps, and good lucks!
- Comment on Anyone use Clevis + Tang to protect data on their home server? 2 months ago:
Listened to a rather interesting episode of Darknet Diaries the other day about a European cyber crime group. To this day, the FBI has been unable to decrypt the devices. The feds didn’t give too many details about the specifics, but what they did share was quite interesting:
- Five layers of encryption, each with unique passwords.
- LUKS root partition presumably tied to TPM2.
- Veracrypt or truecrypt volumes in userland.
- A custom-made encryption toolkit.
From what I gathered, I think the optimal balance of usability and security (especially for a headless machine) would be the following:
- LUKS root volume tied to TPM to protect against cloning of disk. Also, nothing too valuable ever lives on root.
- More important data stored behind a FUSE encryption layer like gocryptfs, these can be easily opened remotely. You can also tie the password to data hidden inside the LUKS volume for effective two-password protection if the volume is not already behind a LUKS layer.
- If your really concerned, add in additional layers as needed. You can tie LUKS to TPM and FIDO, not sure if you can set up a two password mode, but that would be quite nice. You can also (probably) tie FUSE based systems to biometrics like Howdey or fingerprint sensors if you have them. This could also be setup in a kind of two-password mode for a single volume. Realistically, two layers of encryption is overkill, but it’s more about ensuring multiple layers of redundancy rather than making it harder to crack.
- I can’t recommend systemd because of its numerous security vulnerabilities, but homed does have a neat feature where it will unmount encrypted home volumes when your computer goes to sleep. Not sure how effective or useful it is, but it is a nice feature. Been wanting to see if I can setup something similar on Chimera/Artix with dinit user services.
- Defiantly set up duress key-codes/panic buttons. Likewise, been wanting to write a clone of swaylock with duress code support, but as far as I know, nothing of the sort exists right now.
It is also very much worth noting, even though the FBI never got into the hackers’ computers, they had more than enough evidence to convict the lot. Being the defender of a computer system is always a losing battle.
- Comment on It'll totally happen this time bro you gotta sell ALL your stuff! 2 months ago:
I did know the addition of Revelation was controversial, but I never considered that it’s the only part of the New Testament that’s not strictly philosophy. The irony of Revelation seems to be that its prophecy (and warning) almost fulfilled itself. By having this tale of Armageddon, you give the false profits the amo they need to deceive the people.
- Comment on It'll totally happen this time bro you gotta sell ALL your stuff! 2 months ago:
Also worth noting, most Christian doctrines don’t even believe in the Rapture, and it didn’t come into theology until the 1830s.