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:
Robin Clarke
2019-09-10 23:34:55 +02:00
committed by Pascal Vizeli
parent f07b50e7a3
commit 947f6236a4
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.4
- Changed logging from DEBUG -> INFO
## 6.3
- Update Hass.io CLI to 3.1.0

View File

@@ -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",

View File

@@ -2,7 +2,7 @@
# sshd_config(5) for more information.
# Logging
LogLevel DEBUG
LogLevel INFO
# Default
AllowTcpForwarding no