Skip to content

CM4all/lukko

Repository files navigation

Lukko

Lukko is a SSH server.

For more information, read the manual in the doc directory.

Building Lukko

You need:

Optional dependencies:

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