Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Oct 11, 2023
1 parent 40c1515 commit 6eb4160
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WebTunnel/WebTunnelClient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ The following settings can be provided via a configuration file:
If a token is given, username and password are not required. NOTE: A token is supported
by `remote-client` only, not any of the other client programs like `remote-ssh`.

Credentials specified in command-line arguments or via environment variables
(`REMOTE_USERNAME`, `REMOTE_PASSWORD`) will override those in a configuration file.

When storing credentials in the configuration file, make sure to keep your configuration
file secure. From a security perspective it's recommended to not store the credentials
in a file in clear-text.

### SSL/TLS Configuration

Please refer to the [`WebTunnelAgent`](../WebTunnelAgent/README.md#ssltls-configuration)
Expand Down

0 comments on commit 6eb4160

Please sign in to comment.