letmein

Authenticating port knocker - Written in Rust

APACHE-2.0 License

Downloads
18.8K
Stars
37

Bot releases are visible (Hide)

letmein - letmein-4.0.0 Latest Release

Published by mbuesch about 2 months ago

Changes:

  • Move compilation of seccomp program to build.rs.

Fixes:

  • Remove sigaction from allowed syscalls.
letmein -

Published by mbuesch 3 months ago

  • The daemon has been split into a privileged part for the firewall and a public network facing part with reduced privileges. Please see README.md for instructions about how to install the required user.
  • Optional Linux seccomp support for the network daemon has been added. See the example letmeind.conf file for how to enable it.
letmein -

Published by mbuesch 3 months ago

  • It is now possible to restrict ports to a subset of users, so that only certain users can knock certain ports open. See the example config files. By default all ports can be knocked by all users.
  • A sanity check for the passed systemd socket has been added.
  • Parts of the code have been simplified and cleaned up.
letmein -

Published by mbuesch 3 months ago

  • An optional limit for the maximum number of connections has been added. Default = 8.
  • The configparser crate dependency has been removed. No functional change.
letmein -

Published by mbuesch 4 months ago