From 40a713a564b66cf5ec1107fc9b1904bb3b392b70 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 12 Aug 2018 13:26:19 +0000 Subject: [PATCH] :tada: Release of add-on SSH & Web Terminal 3.3.0 --- README.md | 6 +++--- ssh/CHANGELOG.md | 15 ++++++++++----- ssh/README.md | 22 ++++++++++++++-------- ssh/config.json | 11 +++++++---- 4 files changed, 34 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 353dc225..3c05c318 100644 --- a/README.md +++ b/README.md @@ -581,10 +581,10 @@ SOFTWARE. [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [plex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [plex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.2.0 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.2.0/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.3.0 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.3.0/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg [ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.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 diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index bc51ecdc..f73be14b 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -2,11 +2,16 @@ ### Added -- Adds mouse support -- Adds \ as extra keybind for horizontal split in tmux +- Adds support for GPIO (#28) +- Adds support for Mosh mobile shell +- Checks used password against HaveIBeenPwned +- Enforces the use of Web Terminal authentication +- Adds support for colordiff (#30) -### Fixed +### Changed -- Fixes creating extra windows/panes in tmux +- Upgrades base image to v2.1.0 +- Enables SSL by default +- Updates README with latest changes -[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.1.0...v3.2.0 +[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.2.0...v3.3.0 diff --git a/ssh/README.md b/ssh/README.md index 20c2b360..521511a9 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -6,6 +6,8 @@ [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] +[![Support my work on Patreon][patreon-shield]][patreon] + This add-on allows you to log in to your Hass.io Home Assistant instance using SSH or by using the Web Terminal. @@ -38,13 +40,15 @@ well. Additionally, it comes out of the box with the following: - Many more security tweaks, *this addon passes all [ssh-audit] checks without warnings!* ![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. +- Support for Mosh allowing roaming and supports intermittent connectivity. - SFTP support is disabled by default but is user configurable. - Compatible if Hass.io was installed via the generic Linux installer. - Username is configurable, so `root` is no longer mandatory. - Persists custom SSH client settings & keys between add-on restarts - Log levels for allowing you to triage issues easier. -- Hardware access to your audio and uart/serial devices. +- Hardware access to your audio, uart/serial devices and GPIO pins. - Runs with more privileges, allowing you to debug and test more situations. - Has access to the dbus of the host system. - Runs on host level network, allowing you to open ports or run little daemons. @@ -79,19 +83,21 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.2.0/README.md +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.3.0/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 [hass-ssh]: https://home-assistant.io/addons/ssh/ [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [ohmyzsh]: http://ohmyz.sh/ [openssh]: https://www.openssh.com/ +[patreon-shield]: https://www.frenck.nl/images/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-v3.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.2.0 +[release-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.3.0 +[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 -[zsh]: https://en.wikipedia.org/wiki/Z_shell -[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png \ No newline at end of file +[zsh]: https://en.wikipedia.org/wiki/Z_shell \ No newline at end of file diff --git a/ssh/config.json b/ssh/config.json index 9fb1c388..bbdddc32 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,10 +1,10 @@ { "name": "SSH & Web Terminal", - "version": "3.2.0", + "version": "3.3.0", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck", - "webui": "http://[HOST]:[PORT:7681]", + "webui": "https://[HOST]:[PORT:7681]", "startup": "services", "arch": [ "aarch64", @@ -17,6 +17,7 @@ "homeassistant_api": true, "host_network": true, "auto_uart": true, + "gpio": true, "audio": true, "apparmor": false, "host_dbus": true, @@ -53,7 +54,7 @@ "port": 7681, "username": "hassio", "password": "", - "ssl": false, + "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, @@ -92,7 +93,9 @@ ], "init_commands": [ "str" - ] + ], + "i_like_to_be_pwned": "bool?", + "leave_front_door_open": "bool?" }, "environment": { "LOG_FORMAT": "{LEVEL}: {MESSAGE}"