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
860216f16c
commit
63ad44531e
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -37,7 +37,6 @@ PubkeyAuthentication yes
|
|||
IgnoreRhosts yes
|
||||
HostbasedAuthentication no
|
||||
IgnoreUserKnownHosts no
|
||||
PermitEmptyPasswords no
|
||||
ChallengeResponseAuthentication no
|
||||
PasswordAuthentication no
|
||||
AuthorizedKeysFile /etc/ssh/authorized_keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue