Fix awkward wording, clarify extension support

This commit is contained in:
2024-02-26 17:16:09 -05:00
parent e61beb3f94
commit 86b152875e
+4 -2
View File
@@ -8,7 +8,7 @@ MUTN is an expanded re-implementation of [sshyp](https://github.com/rwinkhart/ss
Though MUTN will feel very familiar to users of sshyp, it is intended to differ and eventually break compatibility.
# WARNING
It is your responsibility to assess the security and stability of MUTN before using it and ensure it meets your needs.
It is your responsibility to assess the security and stability of MUTN and to ensure it meets your needs before using it.
I am not responsible for any data loss or breaches of your information resulting from the use of MUTN.
MUTN is a new project that is constantly being updated, and though safety and security are priorities, they cannot be guaranteed.
@@ -23,7 +23,9 @@ To build a test version of MUTN, simply clone this repository and run `go build
# Roadmap
Short-term Goals:
- Re-implement all of sshyp's functionality, including the sshyp-mfa extension from [sshyp-labs](https://github.com/rwinkhart/sshyp-labs)
- Re-implement nearly all of sshyp's functionality, including the sshyp-mfa extension from [sshyp-labs](https://github.com/rwinkhart/sshyp-labs)
- Extensions will not be supported in MUTN - sshyp-mfa functionality will be built in
- The project will be maintained in a way that allows easily writing Go modules to extend it as needed
Long-term Goals: