mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on SSH & Web Terminal 11.0.2
This commit is contained in:
parent
230dc87411
commit
d8341375e7
5 changed files with 14 additions and 9 deletions
|
@ -1,5 +1,10 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🚑 Fix missing nmcli @frenck (#415)
|
||||
- Spelling fixes @scop (#416)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump yamllint from 1.26.3 to 1.27.1 in /ssh @dependabot (#420)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.1 @frenck (#422)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -82,8 +82,8 @@ well. Additionally, it comes out of the box with the following:
|
|||
[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-v11.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v11.0.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v11.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v11.0.2
|
||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png
|
||||
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png
|
||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||
|
|
|
@ -85,4 +85,4 @@ startup: services
|
|||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-ssh
|
||||
usb: true
|
||||
version: 11.0.1
|
||||
version: 11.0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue