Added suggestion to enable quiet mode for ssh client
Some checks failed
Build and deploy / Build container and manifests (push) Has been cancelled

This commit is contained in:
Dreaded_X 2025-04-18 18:26:48 +02:00
parent 8d703167fb
commit 0832e29f64
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -44,10 +44,11 @@ To make connecting slightly easier I recommend adding the following to `~/.ssh/c
``` ```
Host tunnel Host tunnel
HostName <host> HostName <host>
Port <ssh port> Port <ssh port>
User <username> User <username>
RequestTTY yes RequestTTY yes
LogLevel QUIET
``` ```
You can now connect with `ssh tunnel -R <local port>:localhost:<local port>`. You can now connect with `ssh tunnel -R <local port>:localhost:<local port>`.