From c8ad10c5aa511d3d55b3556e72313eae32d417ce Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 10 May 2021 18:55:08 +0200 Subject: [PATCH] Rework reverse ssh plugin --- debian/control | 6 +++++- ...otessh.install.in => nymea-plugin-reversessh.install.in} | 2 +- nymea-plugins.pro | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) rename debian/{nymea-plugin-remotessh.install.in => nymea-plugin-reversessh.install.in} (77%) diff --git a/debian/control b/debian/control index ea89a12..34fb91c 100644 --- a/debian/control +++ b/debian/control @@ -986,11 +986,15 @@ Description: 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 Depends: ${shlibs:Depends}, ${misc:Depends}, + sshpass, 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 The nymea daemon is a plugin based IoT (Internet of Things) server. The server works like a translator for devices, things and services and diff --git a/debian/nymea-plugin-remotessh.install.in b/debian/nymea-plugin-reversessh.install.in similarity index 77% rename from debian/nymea-plugin-remotessh.install.in rename to debian/nymea-plugin-reversessh.install.in index 294ceb7..b4d37fb 100644 --- a/debian/nymea-plugin-remotessh.install.in +++ b/debian/nymea-plugin-reversessh.install.in @@ -1 +1 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginremotessh.so +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginreversessh.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index e32bd80..91c50e3 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -48,7 +48,7 @@ PLUGIN_DIRS = \ shelly \ solarlog \ systemmonitor \ - remotessh \ + reversessh \ senic \ serialportcommander \ simulation \