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

@ -48,6 +48,7 @@ Host tunnel
Port <ssh port>
User <username>
RequestTTY yes
LogLevel QUIET
```
You can now connect with `ssh tunnel -R <local port>:localhost:<local port>`.