mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 12:41:34 +00:00
🎉 Release of add-on SSH - Secure Shell v2.3.0
Signed-off-by: Franck Nijhof <frenck@addons.community>
This commit is contained in:
parent
7159606b5c
commit
26c6d91d9b
3 changed files with 3 additions and 1 deletions
|
@ -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
BIN
ssh/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
ssh/logo.png
BIN
ssh/logo.png
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
Loading…
Add table
Add a link
Reference in a new issue