Add SSH command execution service

This commit is contained in:
litoral05
2026-05-05 11:13:51 +01:00
parent b71030dba8
commit 6b7b85da19
6 changed files with 135 additions and 0 deletions
+5
View File
@@ -65,6 +65,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
</dependencies>
<build>