🚑 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:46:49 +02:00
parent 860216f16c
commit 63ad44531e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
-
## 1.0.1 - 2017-08-16
### Changed
- Fix issue where user with key and without password was unable to log in
## 1.0.0 - 2017-08-16
### Added

View file

@ -1,6 +1,6 @@
{
"name": "SSH - Secure Shell",
"version": "1.0.0",
"version": "1.0.1",
"slug": "ssh",
"description": "Allows SSH connections to your Home Assistant instance",
"url": "https://github.com/hassio-addons/repository/tree/master/ssh",

View file

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