mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🚑 SSH: Hotfix issue where user was unable to log in without having a password set
This commit is contained in:
parent
63ad44531e
commit
d7565a0b12
3 changed files with 8 additions and 2 deletions
|
@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## Unreleased
|
||||
-
|
||||
|
||||
## 1.0.2 - 2017-08-16
|
||||
### Changed
|
||||
- Fix issue: User with key and without password was unable to log in
|
||||
|
||||
## 1.0.1 - 2017-08-16
|
||||
### Changed
|
||||
- Fix issue where user with key and without password was unable to log in
|
||||
- Fix issue: User with key and without password was unable to log in
|
||||
|
||||
## 1.0.0 - 2017-08-16
|
||||
### Added
|
||||
|
|
|
@ -37,6 +37,7 @@ PubkeyAuthentication yes
|
|||
IgnoreRhosts yes
|
||||
HostbasedAuthentication no
|
||||
IgnoreUserKnownHosts no
|
||||
PermitEmptyPasswords yes
|
||||
ChallengeResponseAuthentication no
|
||||
PasswordAuthentication no
|
||||
AuthorizedKeysFile /etc/ssh/authorized_keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue