fix: fixes default for allowreauth

fixes #238
This commit is contained in:
Bill Church 2021-05-11 11:58:25 -04:00
parent 7b7e8e7533
commit 35e7f0f07e
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -35,7 +35,7 @@
},
"options": {
"challengeButton": true,
"allowreauth": true
"allowreauth": false
},
"algorithms": {
"kex": [

View file

@ -1,6 +1,6 @@
{
"name": "webssh2",
"version": "0.3.1-pre-release-0.0",
"version": "0.3.1-pre-release-0.1",
"ignore": [
".gitignore"
],