Skip to content

Releases: hassio-addons/addon-ssh

v2.3.0

27 Feb 20:45
74fa680
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Adds HASSIO_TOKEN to user environment

Added

  • Adds add-on icon
  • Adds zip package
  • Adds allow_remote_port_forwarding option
  • Adds documentation for allow_remote_port_forwarding option

Changed

  • Updates base image to v1.3.3
  • Updates hassio-cli to v1.2.1
  • Optimizes images in this repository

v2.2.1

19 Jan 20:00
48db4b3
Compare
Choose a tag to compare

Full Changelog

Changed

  • Upgrades add-on base image to v1.3.2

v2.2.0

09 Jan 20:01
ac0195a
Compare
Choose a tag to compare

Full Changelog

Added

  • Adds support for SSH Agent & TCP forwarding #14
  • Added the new Hassio CLI v1.0.1

Changed

  • Prevents possible future Docker login issue
  • Pass local CircleCI Docker socket into the build container
  • Use image tagged as test as a cache resource
  • Upgrades add-on base image to v1.3.1
  • Updated maintenance year, it is 2018
  • Reduces clone depth of Oh My Zsh

Removed

  • Removes Microbadger notification hooks

v2.1.0

02 Dec 21:57
594bcd7
Compare
Choose a tag to compare

Full Changelog

Changed

  • Upgrades add-on base image to v1.2.0
  • Improves sshd S6 run script
  • Updates add-on URLs to new community forum URL
  • Moves copy of rootfs at a later stage

v2.0.4

15 Nov 19:46
0c41de2
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Preserves environment variables on user change to fix time zone issue

Removed

  • Removes repository.json to prevent user to install wrong repo
  • Removes Gratipay from README, since it is EOL

v2.0.3

30 Oct 22:07
7cae152
Compare
Choose a tag to compare

Full Changelog

Changed

  • Updated base images to v1.0.1

v2.0.2

21 Oct 21:06
331c1c3
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Directory /etc/ssh/ has incorrect permissions

v2.0.1

21 Oct 06:39
98b940d
Compare
Choose a tag to compare

Full Changelog

Fixed

  • File authorized_keys has incorrect permissions

v2.0.0

20 Oct 14:58
a3dbd36
Compare
Choose a tag to compare

Full Changelog

Added

  • Added CodeClimate
  • Added CircleCI
  • Added support for Hass.io's extended label schema
  • Added persistency of the ~/.ssh folder
  • Added compatibility mode

Changed

  • Migrated to the new Hass.io build system
  • Migrated to our new base images
  • Rewrite of add-on onto the S6 process supervisor
  • Upgraded the hassio CLI

v1.0.3

20 Aug 11:24
Compare
Choose a tag to compare

Full Changelog

Changed

  • Fix issue: User with key and without password was unable to log in
    This time for real ;)