From e61bb0662992840894f34e4978b537638f614da3 Mon Sep 17 00:00:00 2001 From: arnef Date: Thu, 17 Jun 2021 08:21:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cfccb1c..b0a9527 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # SSH Proxy Tray +SSH Proxy Tray uses the host named `proxytray` from your locale `.ssh/config` + +``` +Host proxytray + HostName + User + Port + IdentityFile + LocalForward 3128 localhost:3128 +``` \ No newline at end of file