From b5cb7f02e1a38311f77c15dc9c5bfc474f0ff04d Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 26 Feb 2024 17:16:09 -0500 Subject: [PATCH] Fix awkward wording, clarify extension support --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28dc6f3..39c3743 100644 --- a/README.md +++ b/README.md @@ -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: