Skip to content

Commit

Permalink
fix: fixes default for allowreauth (billchurch#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch authored May 11, 2021
1 parent d1df107 commit daca1d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## 0.3.1-pre-release-0.1 [20210511]
### Changed
- `config.json.sample`: `allowreauth` now defaults to `false` fixes #238
## 0.3.1-pre-release-0.0 [20200319]
### Added
- Safe Shutdown Feature - thanks to @edgarogh
Expand Down
2 changes: 1 addition & 1 deletion app/config.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"options": {
"challengeButton": true,
"allowreauth": true
"allowreauth": false
},
"algorithms": {
"kex": [
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webssh2",
"version": "0.3.1-pre-release-0.0",
"version": "0.3.1-pre-release-0.1",
"ignore": [
".gitignore"
],
Expand Down

0 comments on commit daca1d5

Please # to comment.