Updated KeepAlive and RemotePF examples (#791)

- Set KeepAlive interval before connecting
This commit is contained in:
exceptionfactory
2022-07-12 10:01:35 -05:00
committed by GitHub
parent 3de0302c84
commit c0f6000ff5
4 changed files with 20 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
<groupId>com.hierynomus</groupId>
<artifactId>sshj-examples</artifactId>
<packaging>jar</packaging>
<version>0.19.1</version>
<version>0.33.0</version>
<name>sshj-examples</name>
<description>Examples for SSHv2 library for Java</description>
@@ -55,7 +55,7 @@
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<version>0.31.0</version>
<version>0.33.0</version>
</dependency>
</dependencies>