Added suggestion to enable quiet mode for ssh client
Some checks failed
Build and deploy / Build container and manifests (push) Has been cancelled
Some checks failed
Build and deploy / Build container and manifests (push) Has been cancelled
This commit is contained in:
parent
8d703167fb
commit
0832e29f64
|
@ -48,6 +48,7 @@ Host tunnel
|
||||||
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>`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user