Add debian to ssh users list

This commit is contained in:
VirtuBox
2019-09-23 13:15:07 +02:00
parent b91059942f
commit e3d65ad458
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
#### Added
- [STACK] UFW as a STACK available with `--ufw`
- [STACK] UFW now available as a stack with flag `--ufw`
- [SECURE] `wo stack secure --ssh` to harden ssh security
- [SECURE] `wo stack secure --sshport` to change ssh port
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `wo stack purge --all` failure if mysql isn't installed
- Fix EEv3 files cleanup
- Incorrect variable usage in `wo secure --port`
### v3.9.8.12 - 2019-09-20

View File

@@ -10,7 +10,7 @@ HostKey /etc/ssh/ssh_host_ed25519_key
PermitRootLogin without-password
# Allow ssh access to some users only
AllowUsers root ubuntu
AllowUsers root ubuntu debian
# allow ssh key Authentication
PubkeyAuthentication yes