diff --git a/README.md b/README.md index f2f5447e..e26d27c5 100644 --- a/README.md +++ b/README.md @@ -841,10 +841,10 @@ SOFTWARE. [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v10.0.1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v10.0.1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v10.0.2 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v10.0.2/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v10.0.1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v10.0.2-blue.svg [ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 8c5ac2cb..50b81698 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,10 +1,9 @@ ## What’s changed -## 🧰 Maintenance +## 🐛 Bug fixes -- 🎆 Updates maintenance/license year to 2022 @frenck (#357) +- Fix typo introduced in #346 causing error message @lmagyar (#366) -## ⬆️ Dependency updates +## 📚 Documentation -- ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#358) -- ⬆️ Upgrades Home Assistant CLI to v4.15.1 @frenck (#359) +- Remove HaveIBeenPwned references @gerard33 (#363) diff --git a/ssh/DOCS.md b/ssh/DOCS.md index 6fd6840d..4197abad 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -141,9 +141,6 @@ Sets the password to log in with. Leaving it empty would disable the possibility to authenticate with a password. We would highly recommend not to use this option from a security point of view. -**Note**: _The password will be checked against HaveIBeenPwned. If it is -listed, the add-on will not start._ - #### Option `ssh` `authorized_keys` Add one or more public keys to your SSH server to use with authentication. @@ -230,8 +227,6 @@ single time this add-on starts. ## Known issues and limitations -- The add-on fails to start when a password that is listed by HaveIBeenPwned - is used. This is actually not a limitation, but a security feature. - When SFTP is enabled, the username MUST be set to `root`. - If you want to use rsync for file transfer, the username MUST be set to `root`. diff --git a/ssh/README.md b/ssh/README.md index be322ad7..8b5b875a 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -82,8 +82,8 @@ well. Additionally, it comes out of the box with the following: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v10.0.1-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v10.0.1 +[release-shield]: https://img.shields.io/badge/version-v10.0.2-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v10.0.2 [screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png [ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png [ssh-audit]: https://github.com/arthepsy/ssh-audit diff --git a/ssh/config.yaml b/ssh/config.yaml index 5b13ba95..dccf4b82 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -83,4 +83,4 @@ startup: services uart: true url: https://github.com/hassio-addons/addon-ssh usb: true -version: 10.0.1 +version: 10.0.2