mirror of
https://github.com/hassio-addons/addon-ssh.git
synced 2025-05-07 04:21:22 +00:00
Spelling fixes (#416)
This commit is contained in:
parent
a2020e4de9
commit
385695234f
5 changed files with 5 additions and 5 deletions
2
.github/SECURITY.md
vendored
2
.github/SECURITY.md
vendored
|
@ -20,7 +20,7 @@ needed for this is listed down below.
|
|||
|
||||
In the report, please include as much information as possible, including:
|
||||
|
||||
- A extensive description of the vulnerability.
|
||||
- An extensive description of the vulnerability.
|
||||
- How it could be exploited.
|
||||
- The potential impact you think it would have (e.g., DOS attackable, privacy
|
||||
concerns, leaking of credentials).
|
||||
|
|
|
@ -34,7 +34,7 @@ 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,
|
||||
[SSH add-on by Home Assistant][hass-ssh] and focuses on security,
|
||||
usability, flexibility and also provides access using a web interface.
|
||||
|
||||
[:books: Read the full add-on documentation][docs]
|
||||
|
|
|
@ -167,7 +167,7 @@ order to be able to enable the SFTP capabilities._
|
|||
|
||||
#### Option `ssh`: `compatibility_mode`
|
||||
|
||||
This SSH add-on focusses on security and has therefore only enabled known
|
||||
This SSH add-on focuses on security and has therefore only enabled known
|
||||
secure encryption methods. However, some older clients do not support these.
|
||||
Setting this option to `true` will enable the original default set of methods,
|
||||
allowing those clients to connect.
|
||||
|
|
|
@ -8,4 +8,4 @@ if [[ "${1}" -ne 0 ]] && [[ "${1}" -ne 256 ]]; then
|
|||
/run/s6/basedir/bin/halt
|
||||
fi
|
||||
|
||||
bashio::log.info "sshd stoped, restarting..."
|
||||
bashio::log.info "sshd stopped, restarting..."
|
||||
|
|
|
@ -8,4 +8,4 @@ if [[ "${1}" -ne 0 ]] && [[ "${1}" -ne 256 ]]; then
|
|||
/run/s6/basedir/bin/halt
|
||||
fi
|
||||
|
||||
bashio::log.info "ttyd stoped, restarting..."
|
||||
bashio::log.info "ttyd stopped, restarting..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue