🎉 Release of add-on SSH - Secure Shell v2.3.0

Signed-off-by: Franck Nijhof <frenck@addons.community>
This commit is contained in:
Franck Nijhof 2018-02-27 21:47:55 +01:00
parent 7159606b5c
commit 26c6d91d9b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "SSH - Secure Shell",
"version": "2.2.1",
"version": "2.3.0",
"slug": "ssh",
"description": "Allows SSH connections to your Home Assistant instance",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh/33820?u=frenck",
@ -25,6 +25,7 @@
"sftp": false,
"compatibility_mode": false,
"allow_agent_forwarding": false,
"allow_remote_port_forwarding": false,
"allow_tcp_forwarding": false,
"packages": [],
"init_commands": []
@ -38,6 +39,7 @@
"sftp": "bool",
"compatibility_mode": "bool",
"allow_agent_forwarding": "bool",
"allow_remote_port_forwarding": "bool",
"allow_tcp_forwarding": "bool",
"packages": ["str"],
"init_commands": ["str"]

BIN
ssh/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After