Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Bandie committed Feb 5, 2018
1 parent b17e6c9 commit ae3043b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ Step 1 to 3 can only be run on UNIX or GNU/Linux.

## Optional: Cleartext password with timeout
If you want to be sure that this power won't be abused by bad people using your computer, you may want to add a password (saved in cleartext).
The password will be sent inside the TLS connection. *Beware of the shell history! You might want to do something like `$ history -c` after sending the password via the client or play around with bash's HISTCONTROL variable.*
The password will be sent inside the TLS connection.

To do so:
### Warning! Beware of the shell history!
You might want to do something like `$ history -c` after sending the password via the client or play around with bash's HISTCONTROL variable.

### How to enable the password

1. Open your `ding_server.cfg` or `ding_server.win.cfg`.
2. Set `pw_on=true`.
Expand Down

0 comments on commit ae3043b

Please sign in to comment.