https://github.com/odinuge/hassio-addons
My addons for hass.io
https://github.com/odinuge/hassio-addons
hassio-addons
Last synced: 7 months ago
JSON representation
My addons for hass.io
- Host: GitHub
- URL: https://github.com/odinuge/hassio-addons
- Owner: odinuge
- License: mit
- Created: 2017-07-27T15:50:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T04:23:40.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T05:05:41.962Z (7 months ago)
- Topics: hassio-addons
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 12
- Watchers: 2
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hassio-addons
https://home-assistant.io/hassio
## Autossh [](https://microbadger.com/images/odinuge/hassio-addon-autossh-armhf "Get your own version badge on microbadger.com")
Simple autossh addon. The addon creates a ssh keypair, and uses it
to connect to to the given host. The public key can be found in the
log after the first startup.
Remember to set `GatewayPorts clientspecified` in sshd-config if you
would like to open ports on other interfaces than localhost.
**IMPORTANT**: If you set `GatewayPorts yes`, all forwarded ports will
listen on all interfaces, `0.0.0.0`. `GatewayPorts clientspecified`
is preferable.
### Licence
MIT (c) Odin Ugedal