mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
logging for sshd DEBUG -> INFO (#686)
* logging for sshd DEBUG -> INFO * Added version number change for sshd DEBUG -> INFO change * Version adjusted 6.3.1 -> 6.4 * Version adjusted 6.3.1 -> 6.4
This commit is contained in:
committed by
Pascal Vizeli
parent
f07b50e7a3
commit
947f6236a4
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 6.4
|
||||
|
||||
- Changed logging from DEBUG -> INFO
|
||||
|
||||
## 6.3
|
||||
|
||||
- Update Hass.io CLI to 3.1.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SSH server",
|
||||
"version": "6.3",
|
||||
"version": "6.4",
|
||||
"slug": "ssh",
|
||||
"description": "Allows connections over SSH",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# sshd_config(5) for more information.
|
||||
|
||||
# Logging
|
||||
LogLevel DEBUG
|
||||
LogLevel INFO
|
||||
|
||||
# Default
|
||||
AllowTcpForwarding no
|
||||
|
||||
Reference in New Issue
Block a user