mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on SSH & Web Terminal 11.0.2
This commit is contained in:
parent
c7b0285247
commit
9e84c30071
5 changed files with 14 additions and 9 deletions
|
@ -871,10 +871,10 @@ SOFTWARE.
|
|||
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v11.0.1
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v11.0.1/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v11.0.2
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v11.0.2/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v11.0.1-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v11.0.2-blue.svg
|
||||
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -98,8 +98,8 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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