francoismichel / ssh3

SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/
https://arxiv.org/abs/2312.08396
Apache License 2.0
3.18k stars 81 forks source link

allow building ssh3-server on other unix platform #56

Closed francoismichel closed 6 months ago

francoismichel commented 6 months ago

This is a small rework on server-side authentication mechanisms to allow compiling the server on non-linux Unix platforms. It simply remove any CGO dependency, and, to do so, disables password-based autuentication on non-linux servers. Relates to and should partially fix #18.