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
|
@ -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>`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user