Ask HN: How does your team share files securely? What do you use when you share access keys, passwords, secured files to your teammates? |
Ask HN: How does your team share files securely? What do you use when you share access keys, passwords, secured files to your teammates? |
Since everyone has the NFS share mounted locally on their machine, simply adding a single file makes it appear on every other machine, without much overhead.
Encrypted backups are stored on- and off-site.
Seems to be an alternative for LastPass and has a way to share encrypted files.
For passwords we use LastPass Enterprise (and have no shortage of complaints about it)
- Passwords et al (API keys, ...): PrivateBin
- Files (log files, ...): Lufi
- Strange things: scp (between geeks).
All of them are self hosted with https
a NAS connected to our LAN, for critical and confidential files. w/o internet access.
designers use git lfs for sharing their work with the others.