Live data from Hacker News

Interview with CEO of rsync.net: “no firewalls and no routers”

console.dev

131–140 of 343 posts

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#131

Earlier quoted context omitted.

I used to (late 2000s) work for a tiny, tiny company that was courting a customer in the mobile banking space. They wanted us to tick boxes. So we bought a box (some sort of Fortinet) that said it was a firewall and IDS. Plugged it in, used it as our new router. "Cost of doing business." Could we have argued with them during the sales process? Only if we wanted to lose the sale. The Fortinet was cheap compared to the…

Could you share what firms you're working with now so I can skip doing business with them?

Might be more useful to get a list of companies that don't have requirements like this.

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#133

Would be interesting to see those shell scripts for sending SMS via Twilio.

I'm not sure what John is using, but they have a very simple example in their documentation. Go here and then click on "twilio-cli" in the right code type selector: https://www.twilio.com/docs/sms/send-messages

Note that twilio-cli is a totally over-weight, un-necessarily complicated node.js app. If you just want to send SMS from the command line, the curl code is much, much cleaner.

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#134
I think they need to hire someone that is strong on the security side of the business, for two reasons:

* he appears not aware of the role of hardware firewalls in mitigating DDoS by handling efficiently a lot of active TCP sessions (they have specialised hardware for this purpose)

* he is describing in great detail a lot of information that a phisher or other type of hacker can treasure to target him

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#135

Earlier quoted context omitted.

> The snapshots are immutable (read-only) and cannot be altered in any way. In this way, your rsync.net account protects you from ransomware or malicious parties. Is this still true for these special ZFS enabled accounts?

Not /u/rsync, but I have one of these accounts. The snapshots are immutable (as are all ZFS snapshotss) but you have the ability to run `zfs destroy` on them, so there is a risk there. (When they're doing the snapshots for you, you don't have that ability, but then you just have a filesystem, with no access to the underlying ZFS.) My solution to the `zfs destroy` risk is to make my backups pull-based, where rsync.net…

While that sounds like a workable solution, out of curiosity does rsync.net support multiple users and OpenZFS' delegated permissions for more fine-grained control? They're pretty useful, and amongst other things can ensure any given user can create/clone/send/receive/etc, with per-file system capability, inheritance and so on.

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#136
post #117

Nice article. rsync.net is one part of my personal computing setup that I never even think twice about. It's simple and it works, and that clearly applies to the infrastructure too. I use ZFS locally and it has made managing my own data strangely pleasing, and it's nice to have the same system on my off-site storage too. On the laptop-front, I find myself drifting towards a similar setup to John. I have a hefty works…

> rsync.net is one part of my personal computing setup that I never even think twice about I've been using them in a small but important-to-me way continuously since 2008, and I have occasionally forgotten the service needed maintaining at all - at one point I forgot to pay them for an embarrassingly long time after a credit card expired, and they kept my storage going for me until I finally got myself in order. Plea…

RE: git ...

We just added git-lfs / LFS support. So now, when you do things like:

  ssh user@rsync.net "git clone --mirror git://github.com/LabAdvComp/UDR.git github/udr"
... you can successfully pull over LFS assets, etc.

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#137
post #48

I wonder if they have any sales to large enterprises or similar institutions. In my experience, the larger organizations will have a "security" questionnaire required of their vendors, and the person administering it is a droid, incapable of evaluating whether the questions, originally written in the mid-00s and only updated for buzzword compliance since, are applicable to modern security practice today, or to the pa…

I used to (late 2000s) work for a tiny, tiny company that was courting a customer in the mobile banking space. They wanted us to tick boxes. So we bought a box (some sort of Fortinet) that said it was a firewall and IDS. Plugged it in, used it as our new router. "Cost of doing business." Could we have argued with them during the sales process? Only if we wanted to lose the sale. The Fortinet was cheap compared to the…

Iptables didn't count?

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#138
post #62

Earlier quoted context omitted.

> it can see all the packets on the local network I'm sure those packets (consisting entirely of OpenSSH) will be very useful to them

Don't be so sure :) Quantum computing is improving everyday, and new methods of defeating RSA are being researched: https://eprint.iacr.org/2021/232

OpenSSH now uses eliptic curves, not RSA.

Re: Interview with CEO of rsync.net: “no firewalls and no routers”

#139
John's usage reminded me of something I read in Rob Rike's "Uses This" interview[1]:

"I want no local storage anywhere near me other than maybe caches. No disks, no state, my world entirely in the network. Storage needs to be backed up and maintained, which should be someone else's problem, one I'm happy to pay to have them solve."

[1]https://usesthis.com/interviews/rob.pike/

Post reply on HN