2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

SYSMON: feature: ssh login with public key

git-svn-id: https://svn.fhem.de/fhem/trunk@13620 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2017-03-05 19:25:02 +00:00
parent 6b1d460718
commit 15ab48fc1e

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- feature: 42_SYSMON: support ssh login with public key
- bugfix: 10_EQ3BT: fix lastChangeBy reading
- bugfix: 74_AMAD: 2.6.12 fix empty androidVersion Reading when use Nougat
- feature: 42_SYSMON: added ssh support (thx to PitpatV), minor fixes