jsiebens / ionscale

A lightweight implementation of a Tailscale control server
https://jsiebens.github.io/ionscale
BSD 3-Clause "New" or "Revised" License
143 stars 9 forks source link

feat: add support for ssh acl policies #7

Closed jsiebens closed 1 year ago

jsiebens commented 1 year ago

Initial SSH acl policy implementation, without support for "checkPeriod" (for know), meaning users need to re-authenticate for every connection when in "check" mode.

Fixes #6