mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
49 lines
810 B
YAML
49 lines
810 B
YAML
---
|
|
version: 9.4.0
|
|
slug: ssh
|
|
name: Terminal & SSH
|
|
description: Allow logging in remotely to Home Assistant using SSH
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/ssh
|
|
codenotary: notary@home-assistant.io
|
|
advanced: true
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
audio: true
|
|
hassio_api: true
|
|
hassio_role: manager
|
|
host_dbus: true
|
|
image: homeassistant/{arch}-addon-ssh
|
|
ingress: true
|
|
init: false
|
|
map:
|
|
- config:rw
|
|
- ssl:rw
|
|
- addons:rw
|
|
- share:rw
|
|
- backup:rw
|
|
- media:rw
|
|
options:
|
|
authorized_keys: []
|
|
password: ""
|
|
apks: []
|
|
server:
|
|
tcp_forwarding: false
|
|
panel_icon: mdi:console
|
|
panel_title: Terminal
|
|
ports:
|
|
22/tcp: null
|
|
schema:
|
|
authorized_keys:
|
|
- str
|
|
password: password
|
|
apks:
|
|
- str
|
|
server:
|
|
tcp_forwarding: bool
|
|
startup: services
|
|
uart: true
|