⬆️ Updating add-on SSH & Web Terminal to 2d4b0b7

This commit is contained in:
Community Hass.io Add-ons Bot 2020-04-27 22:08:35 +00:00
parent eed443301c
commit 25cc70a0ce
4 changed files with 11 additions and 14 deletions

View file

@ -1,6 +1,3 @@
# Changelog since v7.3.2
- :hammer: Mark add-on as advanced
- :arrow_up: Upgrades base image to v7.1.1
- :arrow_up: Upgrades openssl to 1.1.1g-r0
- :arrow_up: Upgrades git to 2.24.3-r0
- :arrow_up: Upgrades openssl-dev to 1.1.1g-r0
# Changelog since v7.4.0
- :arrow_up: Updates homeassistant_cli to v0.9.1 (#139)
- :pencil2: Fix typo in README (#140)

View file

@ -44,7 +44,7 @@ well. Additionally, it comes out of the box with the following:
- A secure default configuration of SSH:
- Only allows login by the configured user, even if more users are created.
- Only uses known secure ciphers and algorithms.
- Limits login attempts to hold of 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
without warnings!*
![Result of SSH-Audit][ssh-audit-image]
@ -95,7 +95,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ssh/blob/3ffb6fa/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/2d4b0b7/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -107,8 +107,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]: 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-3ffb6fa-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/3ffb6fa
[release-shield]: https://img.shields.io/badge/version-2d4b0b7-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/2d4b0b7
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
[ssh-audit]: https://github.com/arthepsy/ssh-audit

View file

@ -1,6 +1,6 @@
{
"name": "SSH & Web Terminal",
"version": "3ffb6fa",
"version": "2d4b0b7",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",