Earlier quoted context omitted.
Do you use certificate pinning on the clients? I.e. once a client sees peer's cert for the first time, it should remember it and warn if it ever changed afterwards.
Cert pinning only makes sense if you happen to trust multiple CAs, but want to stick to the cert issued by one particular one. We only trust one CA, and each issued cert is bound to a user and device id, so this is a non-issue. :)
AeroFS (YC S10) exits private beta
71–80 of 94 posts
Re: AeroFS (YC S10) exits private beta
#72Earlier quoted context omitted.
Cert pinning only makes sense if you happen to trust multiple CAs, but want to stick to the cert issued by one particular one. We only trust one CA, and each issued cert is bound to a user and device id, so this is a non-issue. :)
No, no, no. It has nothing to do with that. Cert pinning is used to mitigate man-in-the-middle attacks whereby an attacker somehow obtains a valid certificate for peer's ID further down the road. If the certificate is not pinned, then the client will swallow a new cert without a peep, because it tracks back to a trusted CA. Cert pinning is an equivalent of ~/.ssh/known_hosts. It allows me to pin specific public key t…
Re: AeroFS (YC S10) exits private beta
#733 things. 1) I kinda feel like AeroFS has taken so long to come out that Dropbox occupies a huge chunk of mindshare. It's almost as if AerosFS will need to spend a bunch of time answering the "why should I switch" question. That said, I would love to see AeroFS succeed as I am less than keen on Dropbox less than stellar handling of security in the past as well as their general security model. 2) This leads to my seco…
Re: AeroFS (YC S10) exits private beta
#74So id need some central always-on server to sync my stuff to, to habe it all synced and secure all the time.
Re: AeroFS (YC S10) exits private beta
#75Re: AeroFS (YC S10) exits private beta
#76How does it compare to Tahoe-LAFS¹? ¹ https://tahoe-lafs.org
Tahoe-LAFS is a secure storage system (protocol and free software implementation). It does not handle synchronization between devices (only RAID-like replication).
AeroFS is a sync service (proprietary software only). It does not provide any storage, but only syncs data between your devices.
Re: AeroFS (YC S10) exits private beta
#77Now I'd like to know what the MAFIAA can do about that? This is where it's headed anyway, what the world needs is a mass-market darknet software and this sort of thing just might be it, given Dropbox's popularity.
Re: AeroFS (YC S10) exits private beta
#78Earlier quoted context omitted.
I'm not too keen on the fact that AeroFS runs on Java as I would prefer to run Java free systems as much as possible (Go version would be nice =) but am willing to live with it if that's the only option.
We're working on it (a Java-free system, not a Go version, sorry ;) See my response here: https://news.ycombinator.com/item?id=5484566
Re: AeroFS (YC S10) exits private beta
#79This is awesome. AeroFS does everything I want in a file sharing system -- I can either run it entirely on my own machines on LAN and potentially VPN, or at a company on a network also not connected to the Internet, or I can use it as a direct Dropbox alternative (although it lacks some mobile clients and API support). I've been using it for ~a year or two in beta, as well as all the other alternatives. I still use D…
Re: AeroFS (YC S10) exits private beta
#80This is awesome. AeroFS does everything I want in a file sharing system -- I can either run it entirely on my own machines on LAN and potentially VPN, or at a company on a network also not connected to the Internet, or I can use it as a direct Dropbox alternative (although it lacks some mobile clients and API support). I've been using it for ~a year or two in beta, as well as all the other alternatives. I still use D…
I'm not too keen on the fact that AeroFS runs on Java as I would prefer to run Java free systems as much as possible (Go version would be nice =) but am willing to live with it if that's the only option.