From 0857eb6b716a5c745baf699a06da76f76bb73b84 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 21 Nov 2022 14:08:11 -0300 Subject: [PATCH] docs: document a little bit how wish works (#99) Signed-off-by: Carlos A Becker Signed-off-by: Carlos A Becker --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index aceb8a5..8253327 100755 --- a/README.md +++ b/README.md @@ -111,6 +111,16 @@ Host localhost UserKnownHostsFile /dev/null ``` +## How it works? + +Wish uses [gliderlabs/ssh][gliderlabs/ssh] to implement its SSH server, and +the OpenSSH is never used nor needed — you can even uninstall it if you want to. + +Incidentally, there's no risk of accidentally sharing a shell because there's no +default behavior that does that on Wish. + +### + ## Feedback We’d love to hear your thoughts on this project. Feel free to drop us a note!