Added suggestion to enable quiet mode for ssh client
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m53s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m53s
This commit is contained in:
parent
8d703167fb
commit
2713df2804
|
@ -29,7 +29,7 @@ This deployment runs in a cluster with [Authelia](https://github.com/authelia/au
|
||||||
A tunnel can be opened using the following command:
|
A tunnel can be opened using the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh <username>@<host> [-p <ssh port>] -t -R <local port>:localhost:<local port>
|
ssh <username>@<host> [-p <ssh port>] -tq -R <local port>:localhost:<local port>
|
||||||
```
|
```
|
||||||
|
|
||||||
This will open a new tunnel with a randomly generated name, you can specify a name for the tunnel by instead using `-R <name>:<local port>:localhost:<local port>`.
|
This will open a new tunnel with a randomly generated name, you can specify a name for the tunnel by instead using `-R <name>:<local port>:localhost:<local port>`.
|
||||||
|
@ -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