Skip to content

Commit

Permalink
🚑 SSH: Hotfix issue where user was unable to log in without having a …
Browse files Browse the repository at this point in the history
…password set
  • Loading branch information
frenck committed Aug 16, 2017
1 parent a9cd9fe commit 6939437
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion files/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ PubkeyAuthentication yes
IgnoreRhosts yes
HostbasedAuthentication no
IgnoreUserKnownHosts no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
PasswordAuthentication no
AuthorizedKeysFile /etc/ssh/authorized_keys
Expand Down

0 comments on commit 6939437

Please sign in to comment.