feat:ssh 管理

This commit is contained in:
xiang
2025-08-23 14:34:31 +08:00
parent 78df3b2062
commit e5ef8bc3fd
7 changed files with 92 additions and 5 deletions

View File

@@ -155,6 +155,13 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- ssh -->
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
</dependencies>
<build>