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

Add support for SSH "checkPeriod" option #14

Closed MaxwellSchmidt97 closed 6 months ago

MaxwellSchmidt97 commented 1 year ago

Hello,

After submitting this issue you made a first implementation very quickly, props for that.

The only thing holding back security in our organisation has been the missing SSH "checkPeriod" option as logging in every time you get disconnected from a server is a no-go for us. Are you still planning to add the implementation for this feature? If so, do you have an ETA?

Thank you again for creating this project, it has already been very useful for us.

Cheers, Max

jsiebens commented 1 year ago

Hi @MaxwellSchmidt97

Thanks for the feedback.

The "checkPeriod" is indeed not yet supported. It is still something I would like to add, but I won't be able to work on it anytime soon, so I won't commit to any ETA.

jsiebens commented 6 months ago

added with PR #21