Lukko is a SSH server.
For more information, read the manual in the doc
directory.
You need:
- Linux kernel 5.12 or later
- a C++20 compliant compiler
- Meson 0.56 and Ninja
- libfmt
- libsodium
Optional dependencies:
- Avahi for Zeroconf support
- systemd
- OpenSSL for ECDSA, RSA support
- libmd for SHA2-384 digest support
- libcap2 for dropping unnecessary Linux capabilities
- libseccomp for system call filter support
Get the source code:
git clone --recursive https://github.com/CM4all/lukko.git
Run meson
:
meson setup output
Compile and install:
ninja -C output ninja -C output install