mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on SSH & Web Terminal to 974989f
This commit is contained in:
parent
135f62c58a
commit
5f8c321358
5 changed files with 11 additions and 17 deletions
|
@ -903,10 +903,10 @@ SOFTWARE.
|
||||||
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-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/d8dd62a
|
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/974989f
|
||||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/d8dd62a/README.md
|
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/974989f/README.md
|
||||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||||
[ssh-version-shield]: https://img.shields.io/badge/version-d8dd62a-blue.svg
|
[ssh-version-shield]: https://img.shields.io/badge/version-974989f-blue.svg
|
||||||
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
# Changelog since v9.1.1
|
# Changelog since v9.1.1
|
||||||
|
- 🔥 Remove hibp checks (#350)
|
||||||
|
|
||||||
|
* 🔥 Remove hibp checks
|
||||||
|
|
||||||
|
* Adjust documentation
|
||||||
- 🔥 Remove STDIN service (#349)
|
- 🔥 Remove STDIN service (#349)
|
||||||
- ⬆️ Upgrades add-on base image to 11.0.0 (#348)
|
- ⬆️ Upgrades add-on base image to 11.0.0 (#348)
|
||||||
- Update CI Workflows (#347)
|
- Update CI Workflows (#347)
|
||||||
|
|
|
@ -30,7 +30,6 @@ well. Additionally, it comes out of the box with the following:
|
||||||
- Limits login attempts to hold off brute-force attacks better.
|
- Limits login attempts to hold off brute-force attacks better.
|
||||||
- Many more security tweaks, _this addon passes all [ssh-audit] checks
|
- Many more security tweaks, _this addon passes all [ssh-audit] checks
|
||||||
without warnings!_
|
without warnings!_
|
||||||
- Passwords are checked with HaveIBeenPwned using K-anonymity.
|
|
||||||
- Comes with an SSH compatibility mode option to allow older clients to connect.
|
- Comes with an SSH compatibility mode option to allow older clients to connect.
|
||||||
- Support for Mosh allowing roaming and supports intermittent connectivity.
|
- Support for Mosh allowing roaming and supports intermittent connectivity.
|
||||||
- SFTP support is disabled by default but is user configurable.
|
- SFTP support is disabled by default but is user configurable.
|
||||||
|
@ -231,14 +230,6 @@ Customize your shell environment even more with the `init_commands` option.
|
||||||
Add one or more shell commands to the list, and they will be executed every
|
Add one or more shell commands to the list, and they will be executed every
|
||||||
single time this add-on starts.
|
single time this add-on starts.
|
||||||
|
|
||||||
#### Option: `i_like_to_be_pwned`
|
|
||||||
|
|
||||||
Adding this option to the add-on configuration allows to you bypass the
|
|
||||||
HaveIBeenPwned password requirement by setting it to `true`.
|
|
||||||
|
|
||||||
**Note**: _We STRONGLY suggest picking a stronger/safer password instead of
|
|
||||||
using this option! USE AT YOUR OWN RISK!_
|
|
||||||
|
|
||||||
## Known issues and limitations
|
## Known issues and limitations
|
||||||
|
|
||||||
- The add-on fails to start when a password that is listed by HaveIBeenPwned
|
- The add-on fails to start when a password that is listed by HaveIBeenPwned
|
||||||
|
|
|
@ -46,7 +46,6 @@ well. Additionally, it comes out of the box with the following:
|
||||||
- Many more security tweaks, *this addon passes all [ssh-audit] checks
|
- Many more security tweaks, *this addon passes all [ssh-audit] checks
|
||||||
without warnings!*
|
without warnings!*
|
||||||
![Result of SSH-Audit][ssh-audit-image]
|
![Result of SSH-Audit][ssh-audit-image]
|
||||||
- Passwords are checked with HaveIBeenPwned using K-anonymity.
|
|
||||||
- Comes with an SSH compatibility mode option to allow older clients to connect.
|
- Comes with an SSH compatibility mode option to allow older clients to connect.
|
||||||
- Support for Mosh allowing roaming and supports intermittent connectivity.
|
- Support for Mosh allowing roaming and supports intermittent connectivity.
|
||||||
- SFTP support is disabled by default but is user configurable.
|
- SFTP support is disabled by default but is user configurable.
|
||||||
|
@ -102,8 +101,8 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-d8dd62a-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-974989f-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/d8dd62a
|
[release]: https://github.com/hassio-addons/addon-ssh/tree/974989f
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png
|
[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-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png
|
||||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||||
|
|
|
@ -58,7 +58,6 @@ privileged:
|
||||||
- SYS_TIME
|
- SYS_TIME
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
schema:
|
schema:
|
||||||
i_like_to_be_pwned: bool?
|
|
||||||
init_commands:
|
init_commands:
|
||||||
- str
|
- str
|
||||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
|
@ -84,4 +83,4 @@ startup: services
|
||||||
uart: true
|
uart: true
|
||||||
url: https://github.com/hassio-addons/addon-ssh
|
url: https://github.com/hassio-addons/addon-ssh
|
||||||
usb: true
|
usb: true
|
||||||
version: d8dd62a
|
version: 974989f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue