From 0832e29f64a2002730d15d2060203ae85cdc512b Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 18 Apr 2025 18:26:48 +0200 Subject: [PATCH] Added suggestion to enable quiet mode for ssh client --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9ea8c3..fa01bcf 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,11 @@ To make connecting slightly easier I recommend adding the following to `~/.ssh/c ``` Host tunnel - HostName + HostName Port - User - RequestTTY yes + User + RequestTTY yes + LogLevel QUIET ``` You can now connect with `ssh tunnel -R :localhost:`.