Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.07 KB

README.rst

File metadata and controls

44 lines (30 loc) · 1.07 KB

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