Commit Graph

99 Commits

Author SHA1 Message Date
Pascal Vizeli
a9010c898d SSH: update cli & overwrite commands (#1568)
* SSH: update cli & overwrite commands

* add new lines

* add new line v2
2020-09-12 17:28:53 +02:00
Fredrik Wendt
1fa1b4c468 Improves Terminal & SSH Add-On documentation (#1458)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-06 23:49:17 +02:00
Pascal Vizeli
5d749b3d86 SSH: cli & alpine update (#1564) 2020-09-04 22:08:12 +02:00
adamgreg
98b234f9f7 SSH: Add local TCP forwarding option (#1364)
* SSH: Add local TCP forwarding option

Add allow_tcp_forwarding option, to allow local port forwarding by the SSH add-on. Code lifted from the more advanced [SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh) add-on.

* Bump version to 8.6.0

* SSH: Rename tcp_forwarding option

* Update ssh.sh

* Update DOCS.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-06-03 16:32:00 +02:00
Joakim Sørensen
61fee6442a ssh: Split documentation (#1302) 2020-05-11 19:48:33 +02:00
Pascal Vizeli
8971e05707 Update pipeline 2020-05-07 22:29:07 +02:00
Pascal Vizeli
9e18140dd6 Add support for new openzwave (#1273)
* Add support for new openzwave

* Fix pipeline

* fix log output

* Support auth / discovery

* Add basic structs

* fix lint

* Fix start order
2020-05-07 14:12:27 +02:00
Matthew Shaylor
d3b7ffd21a Add a note about advanced mode (#1255) 2020-04-27 23:41:00 +02:00
Pascal Vizeli
9d97260b09 Revert "Remove advanced flag (#1216)" (#1220)
This reverts commit 9f619b5971.
2020-04-12 18:22:51 +02:00
Joakim Sørensen
9f619b5971 Remove advanced flag (#1216) 2020-04-12 16:10:10 +02:00
Pascal Vizeli
bbbfa88749 Update cli & fix s6-overlay shutdown (#1219) 2020-04-12 16:08:51 +02:00
Franck Nijhof
cf519a9754 ssh: Upgrade CLI to 4.2.0 (#1196) 2020-03-29 18:10:06 +02:00
Pascal Vizeli
a258fdc96d Fix certificate request logic & S6-Overlay (#1166)
* Fix certificate request logic (#1148)

* Fix Certbot logic

* Resolved multiple directory issue

* Only scan for directories

* Typo

* Quote the path passed to realpath

* Use find and awk and sort and tail instead of ls

* Add numeric flag to sort

* Remove unnecessary if..then in awk

* Update run.sh

* Update run.sh

* Update run.sh

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>

* S6-overlay

* Fix version

* Fix lint

* Fix check
2020-03-25 23:45:46 +01:00
Pascal Vizeli
4e43922d46 Update Home Assistant CLI to 4.1.0 (#1167) 2020-03-05 10:52:23 +01:00
Pascal Vizeli
a79a6e2e5d Update README.md (#1162)
Added a section about network setup to make it even more visible
2020-03-05 10:40:59 +01:00
Pascal Vizeli
7639eef0e7 Show information/warning if the SSH port is disable (#1156)
* Show information/warning if the SSH port is disable

* Update config.json

* Update CHANGELOG.md
2020-03-01 14:42:31 +01:00
Pascal Vizeli
c853fcef65 Add support for new audo layer (#1153)
* Add support for new audo layer

* Add layer

* restucture

* better struct

* Improve devcontainer

* Fix container

* Fix LN

* disable lint

* ignore
2020-03-01 13:08:12 +01:00
Pascal Vizeli
d2394029aa Update CHANGELOG.md 2020-02-27 11:51:06 +01:00
Pascal Vizeli
2df8425e22 Support to use SSH as webterminal only (#1117) 2020-02-20 10:49:53 +01:00
Franck Nijhof
75ce67fc5e ssh: Update CLI & Web terminal (#1068) 2020-02-12 00:10:46 +01:00
Franck Nijhof
684e197b0e ✏️ Re-branding and updating for latest supervisor (#1047) 2020-02-05 15:25:50 +01:00
Franck Nijhof
2f80548b72 Re-branding of core add-ons (#1046)
* Re-branding of core add-ons

* Update title README

* Fix ada description

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-04 21:38:55 +01:00
Pascal Vizeli
6b20f0c293 Ssh update (#1039)
* Change motd & fix .ssh

* Update config.json

* Fix root folder

* Update CHANGELOG.md

* Update run.sh

* ssh: Fix new tmux windows, add add-on icon (#1038)

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-03 13:53:58 +01:00
Franck Nijhof
aca8de1cba Fix missing .bash_profile on fresh install, add current path to prompt (#957)
* ssh: Fix for non existing .bash_profile startup error

* ssh: Add current, short, path to command line prompt

* ssh: Bump to 8.1, updated changelog
2019-12-30 10:52:49 +01:00
Franck Nijhof
f8ee1aed33 ssh: Add web terminal, alpine 3.11, improved token handling, bump 8.0 (#954)
* ssh: Add support for a web-based terminal via Ingress

* ssh: Upgrade Alpine Linux to 3.11

* ssh: Improve Hass.io API token handling

* ssh: Bump to 8.0, updated changelog

* ssh: Fix Shellcheck warning

* ssh: Use default Ingress port

* ssh: Persist .ssh folder

* ssh: Add some helper symlinks to use folder

* ssh: Make sure web terminal starts in home folder

* ssh: Update changelog to reflect latest changes
2019-12-29 22:21:07 +01:00
Franck Nijhof
e679c28720 ssh: Collection of small improvements (#915)
* ssh: Prettier YAML files

* ssh: Sort build.json

* ssh: Remove curl from Dockerfile, already in base image

* ssh: Tweaks to documentation and changelog
2019-12-19 13:15:46 +01:00
Franck Nijhof
702caae41b Update Hass.io CLI to 3.1.1 (#884) 2019-12-13 11:04:27 +01:00
jfette
06328e13fa Adding config option for bash_profile in SSH (#767)
* Adding option for bash_profile

* Bumping version to 7.0, comments for bash_profile

* bash_profile is now a list, updated README and CHANGELOG

* Made .bash_profile a persistent file, using sed to replace token if necessary

* Fixing config.json typo

* Simplifying logic, if statement to update token when necessary

* Moving file perm out of if statement

* File must be created in /data not /root
2019-11-18 18:34:25 +01:00
Ville Skyttä
4342c519f6 Spelling and grammar fixes (#814) 2019-11-05 14:14:46 +01:00
Robin Clarke
947f6236a4 logging for sshd DEBUG -> INFO (#686)
* logging for sshd DEBUG -> INFO

* Added version number change for sshd DEBUG -> INFO change

* Version adjusted 6.3.1 -> 6.4

* Version adjusted 6.3.1 -> 6.4
2019-09-10 23:34:55 +02:00
Franck Nijhof
8bc2ade981 ssh: Upgrades Hassio CLI to v3.1.0 (#664) 2019-08-18 12:24:41 +02:00
Franck Nijhof
68f528b258 ssh: Upgrades Hassio CLI to v3.0.0 (#660) 2019-08-16 00:31:33 +02:00
Franck Nijhof
8ac71eb643 ssh: Upgrades Hassio CLI to v2.3.0 (#651) 2019-08-10 23:32:49 +02:00
Pascal Vizeli
93e9728ccf Update deydrated (#639)
* Update dehydrated

* Fix permission

* Bashio

* Fix lint

* Add basic readme
2019-07-27 18:10:33 +02:00
Pascal Vizeli
7cbc57eeca SSH update + version pin (#612)
* Update SSH add-on / pin version

* fix version

* fix permission
2019-06-26 10:06:51 +02:00
Pascal Vizeli
7e30aa9622 fix path 2019-06-11 13:35:40 +02:00
Pascal Vizeli
12cadc073a Use single pipelines 2019-06-06 12:37:07 +02:00
Franck Nijhof
0dfd9e075e ssh: Fixes crash when using authorized keys (#602) 2019-06-03 20:19:25 +02:00
Franck Nijhof
73e4aa8cbb ssh: Refactor, bumped to 5.5 (#598) 2019-06-03 11:34:17 +02:00
Franck Nijhof
bbee3edd4a ⬆️ Upgrades hassio-cli to v2.2.0 (#559) 2019-04-01 12:14:57 +02:00
Pascal Vizeli
67f4e355d3 Fix none root login (#554)
* Fix account locking issue

* Fix script
2019-03-16 16:00:06 +01:00
Pascal Vizeli
dd44cc922a Revert "Fix account locking issue (#552)" (#553)
This reverts commit b2355ae596.
2019-03-16 15:50:08 +01:00
Pascal Vizeli
b2355ae596 Fix account locking issue (#552) 2019-03-16 15:41:50 +01:00
Pascal Vizeli
f52e0d7a60 Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
2019-03-10 17:09:35 +01:00
Pascal Vizeli
06c9c94f94 Remove custom_dep & update arch tags 2019-03-06 15:38:18 +01:00
Ville Skyttä
aff51f34b8 ssh: Update hassio cli to 2.1.0 (#527)
* ssh: Update hassio cli to 2.1.0

* ssh: Grammar and spelling fixes

* Update config.json
2019-03-04 09:03:10 +01:00
Franck Nijhof
b3e38d246d SSH: Enables auto mapping of all UART/Serial devices (#506)
* Enabled auto mapping of all UART/Serial devices

* Update config.json

* Update CHANGELOG.md
2019-01-18 13:34:42 +01:00
Pascal Vizeli
e8fa8aa5c8 Update New CLI (#500)
* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
2019-01-09 13:59:44 +01:00
Pascal Vizeli
5697d26b00 Update OpenSSH 7.7 2018-09-23 01:44:15 +02:00
Franck Nijhof
c47b3673de ⬆️ Upgrades Hassio CLI to 1.4.0 (#411)
* ⬆️ Upgrades Hassio CLI to 1.4.0

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md
2018-09-23 01:27:37 +02:00