Commit Graph

117 Commits

Author SHA1 Message Date
Pascal Vizeli
a65467b249 Bump version ssh 2021-09-22 16:20:33 +02:00
Pascal Vizeli
585d81392c Make SSH promt a bit color full (#2190)
* Make SSH promt a bit color full

* Update CHANGELOG.md

* Update build.json

* upgrade Alpine
2021-09-22 15:55:59 +02:00
Hadrien Milano
607e1c8eb7 Document apks option of ssh addon (#2100) 2021-07-08 10:03:37 +02:00
Franck Nijhof
0f0e66a09b ssh: Upgrade CLI to 4.12.3 (#2036) 2021-05-26 15:22:37 +02:00
Franck Nijhof
62284d604a ssh: Upgrade CLI to 4.12.2 (#2017) 2021-05-20 18:26:24 +02:00
Franck Nijhof
364dbacef6 ssh: Upgrade Home Assistant CLI (#1990)
* Use GitHub Container Registry for the base image

* ⬆️ Upgrades Home Assistant CLI to v4.12.1

* Bump version, update changelog

* ttyd now uses the main branch
2021-04-30 15:13:48 +02:00
Pascal Vizeli
b593f795c5 Update CLI 4.11.0 (#1920) 2021-03-15 15:03:00 +01:00
Pascal Vizeli
107585db0c Fix password schema (#1883) 2021-02-25 12:57:09 +01:00
Pascal Vizeli
b8f2079607 Fix config style for new Supervisor/Hardware (#1825)
* New Supervisor Hardware

* Update more changelogs

* fix version

* Fix boot

* fix application
2021-02-08 11:12:39 +01:00
Franck Nijhof
78007eca79 ssh: Upgrade CLI to 4.10.1 (#1810) 2021-02-08 09:01:39 +01:00
Philip Allgaier
9b4674260b Corrected version in changelog for ssh & terminal addon (#1803) 2021-02-02 23:45:32 +01:00
Pascal Vizeli
1abda8bfed SSH: Use new banner and tempio (#1800)
* SSH: Use new banner and tempio

* fix change for tests

* Update ssh/build.json

Co-authored-by: Franck Nijhof <git@frenck.dev>

* fix build

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-02 19:05:08 +01:00
Franck Nijhof
474d3204db ⬆️ Upgrades Home Assistant CLI to v4.9.0 (#1692) 2020-11-26 15:43:22 +01:00
deddc23efb
58fc44491f Clarify that remote SSH access is disabled by default and expand upon… (#1594)
* Clarify that remote SSH access is disabled by default and expand upon the details required to set the SSH TCP port field to enable remote SSH access

* Update ssh/DOCS.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-11-04 12:01:58 +01:00
Joakim Sørensen
8b7dc6d50f Move from azure pipelines to github action for CI (#1646)
* Move from azure pipelines to github action for CI

* pin version

* pin directly
2020-10-25 16:53:45 +01:00
Pascal Vizeli
0a0b57b7cf fix bluez 2020-09-16 18:53:43 +02:00
Pascal Vizeli
4662fa4b92 SSH: add bluetooth support & update cli (#1580)
* SSH: add bluetooth support & update cli

* Fix changelog
2020-09-16 18:43:59 +02:00
Pascal Vizeli
fe4f08041e SSH / SMB - media folder (#1569) 2020-09-14 12:09:06 +02:00
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