From 7b6a7c8dcabd757c390d38c9401f4b73eea7437e Mon Sep 17 00:00:00 2001 From: ripsnort ntear Date: Mon, 18 Dec 2023 02:30:58 -0500 Subject: [PATCH] Update README.md typo fix on line 145 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee10c12..3990609 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ SSHFS-Win-Manager supports: sshfs-win itself does not currently support ssh tunneling, but something similar can be achieved using the built-in openSSH of windows. -- use openSSH t create a local port forward through the jump host to the target +- use openSSH to create a local port forward through the jump host to the target ``` ssh -L :: ```