🚑 SSH: Hotfix issue where user was unable to log in without having a password set

This commit is contained in:
Franck Nijhof 2017-08-16 22:59:08 +02:00
parent 63ad44531e
commit d7565a0b12
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Homebridge",
"version": "1.0.1",
"version": "1.0.2",
"slug": "homebridge",
"description": "HomeKit support for your Home Assistant instance using Homebridge",
"url": "https://github.com/hassio-addons/repository/tree/master/homebridge",

View file

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

View file

@ -37,6 +37,7 @@ PubkeyAuthentication yes
IgnoreRhosts yes
HostbasedAuthentication no
IgnoreUserKnownHosts no
PermitEmptyPasswords yes
ChallengeResponseAuthentication no
PasswordAuthentication no
AuthorizedKeysFile /etc/ssh/authorized_keys