oliverkurth / rhizofs

Remote filesystem based on Linux FUSE (Filesystem in userspace), zeromq and Googles Protocol Buffers library.
Other
6 stars 0 forks source link

implement zap CURVE auth using client's public key #11

Closed oliverkurth closed 9 months ago

oliverkurth commented 10 months ago

Adds authentication using the client's public key. Enabled by adding the -a option with a file containing the allowed public keys, one on each line. If the key is not found access is denied.

Implemented following mainly the example from http://www.evilpaul.org/wp/2017/05/02/authentication-encryption-zeromq/ .