Rework reverse ssh plugin

This commit is contained in:
Michael Zanetti 2021-05-10 18:55:08 +02:00
parent f9c135d38e
commit c8ad10c5aa
3 changed files with 7 additions and 3 deletions

6
debian/control vendored
View File

@ -986,11 +986,15 @@ Description: nymea.io plugin for keba
This package will install the nymea.io plugin for keba This package will install the nymea.io plugin for keba
Package: nymea-plugin-remotessh Package: nymea-plugin-reversessh
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
sshpass,
nymea-plugins-translations, nymea-plugins-translations,
Recommends: openssh-server
Replaces: nymea-plugin-remotessh
Conflicts: nymea-plugin-remotessh
Description: nymea.io plugin to configure remotessh for your nymea:core Description: nymea.io plugin to configure remotessh for your nymea:core
The nymea daemon is a plugin based IoT (Internet of Things) server. The The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and server works like a translator for devices, things and services and

View File

@ -1 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginremotessh.so usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginreversessh.so

View File

@ -48,7 +48,7 @@ PLUGIN_DIRS = \
shelly \ shelly \
solarlog \ solarlog \
systemmonitor \ systemmonitor \
remotessh \ reversessh \
senic \ senic \
serialportcommander \ serialportcommander \
simulation \ simulation \