mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
115 lines
No EOL
5.4 KiB
Markdown
115 lines
No EOL
5.4 KiB
Markdown
# Home Assistant Community Add-on: SSH & Web Terminal
|
|
|
|
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
|
|
|
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
|
|
|
[![Sponsor Frenck via GitHub Sponsors][github-sponsors-shield]][github-sponsors]
|
|
|
|
[![Support Frenck on Patreon][patreon-shield]][patreon]
|
|
|
|
This add-on allows you to log in to your Home Assistant instance using
|
|
SSH or by using the Web Terminal.
|
|
|
|
## About
|
|
|
|
This add-on allows you to log in to your Home Assistant instance using
|
|
SSH or a Web Terminal, giving you to access your folders and
|
|
also includes a command-line tool to do things like restart, update,
|
|
and check your instance.
|
|
|
|
This is an enhanced version of the provided
|
|
[SSH add-on by Home Assistant][hass-ssh] and focusses on security,
|
|
usability, flexibility and also provides access using a web interface.
|
|
|
|
[Click here for the full documentation][docs]
|
|
|
|
![Web Terminal in the Home Assistant Frontend][screenshot]
|
|
|
|
## WARNING
|
|
|
|
The SSH & Web Terminal add-on is a really powerful and gives you virtually
|
|
access to all tools and almost all hardware of your system.
|
|
|
|
While this add-on is created and maintained with care and with security in mind,
|
|
in the wrong or inexperienced hands, it could damage your system.
|
|
|
|
## Features
|
|
|
|
This add-on, of course, provides an SSH server, based on [OpenSSH][openssh] and
|
|
a web-based Terminal (which can be included in your Home Assistant frontend) as
|
|
well. Additionally, it comes out of the box with the following:
|
|
|
|
- Access your command line right from the Home Assistant frontend!
|
|
- A secure default configuration of SSH:
|
|
- Only allows login by the configured user, even if more users are created.
|
|
- Only uses known secure ciphers and algorithms.
|
|
- Limits login attempts to hold off brute-force attacks better.
|
|
- Many more security tweaks, *this addon passes all [ssh-audit] checks
|
|
without warnings!*
|
|
![Result of SSH-Audit][ssh-audit-image]
|
|
- Passwords are checked with HaveIBeenPwned using K-anonymity.
|
|
- Comes with an SSH compatibility mode option to allow older clients to connect.
|
|
- Support for Mosh allowing roaming and supports intermittent connectivity.
|
|
- SFTP support is disabled by default but is user configurable.
|
|
- Compatible if Home Assistant was installed via the generic Linux installer.
|
|
- Username is configurable, so `root` is no longer mandatory.
|
|
- Persists custom SSH client settings & keys between add-on restarts
|
|
- Log levels for allowing you to triage issues easier.
|
|
- Hardware access to your audio, uart/serial devices and GPIO pins.
|
|
- Runs with more privileges, allowing you to debug and test more situations.
|
|
- Has access to the dbus of the host system.
|
|
- Has the option to access the Docker instance running on the host system.
|
|
- Runs on host level network, allowing you to open ports or run little daemons.
|
|
- Have custom Alpine packages installed on start. This allows you to install
|
|
your favorite tools, which will be available every single time you log in.
|
|
- Execute custom commands on add-on start so that you can customize the
|
|
shell to your likings.
|
|
- [ZSH][zsh] as its default shell. Easier to use for the beginner, more advanced
|
|
for the more experienced user. It even comes preloaded with
|
|
["Oh My ZSH"][ohmyzsh], with some plugins enabled as well.
|
|
- Contains a sensible set of tools right out of the box: curl, Wget, RSync, GIT,
|
|
Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on LAN”), Nano,
|
|
Vim, tmux, and a bunch commonly used networking tools.
|
|
|
|
[Click here for the full documentation][docs]
|
|
|
|
## WARNING! THIS IS AN EDGE VERSION!
|
|
|
|
This Home Assistant Add-ons repository contains edge builds of add-ons.
|
|
Edge builds add-ons are based upon the latest development version.
|
|
|
|
- They may not work at all.
|
|
- They might stop working at any time.
|
|
- They could have a negative impact on your system.
|
|
|
|
This repository was created for:
|
|
|
|
- Anybody willing to test.
|
|
- Anybody interested in trying out upcoming add-ons or add-on features.
|
|
- Developers.
|
|
|
|
If you are more interested in stable releases of our add-ons:
|
|
|
|
<https://github.com/hassio-addons/repository>
|
|
|
|
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
|
[discord]: https://discord.me/hassioaddons
|
|
[docs]: https://github.com/hassio-addons/addon-ssh/blob/2d4b0b7/README.md
|
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
|
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck
|
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
|
[github-sponsors]: https://github.com/sponsors/frenck
|
|
[hass-ssh]: https://home-assistant.io/addons/ssh/
|
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
|
[ohmyzsh]: http://ohmyz.sh/
|
|
[openssh]: https://www.openssh.com/
|
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
|
[patreon]: https://www.patreon.com/frenck
|
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
|
[release-shield]: https://img.shields.io/badge/version-2d4b0b7-blue.svg
|
|
[release]: https://github.com/hassio-addons/addon-ssh/tree/2d4b0b7
|
|
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png
|
|
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
|
|
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
|
[zsh]: https://en.wikipedia.org/wiki/Z_shell |