You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: SSHJ versions up to and including 0.37.0 are vulnerable to https://nvd.nist.gov/vuln/detail/CVE-2023-48795[CVE-2023-48795 - Terrapin]. Please upgrade to 0.38.0 or higher.
14
+
13
15
To get started, have a look at one of the examples. Hopefully you will find the API pleasant to work with :)
14
16
15
17
== Getting SSHJ
@@ -46,7 +48,7 @@ If your project is built using another build tool that uses the Maven Central re
46
48
In the `examples` directory, there is a separate Maven project that shows how the library can be used in some sample cases. If you want to run them, follow these guidelines:
47
49
48
50
. Install http://maven.apache.org/[Maven 2.2.1] or up.
49
-
. Clone the Overthere repository.
51
+
. Clone the SSHJ repository.
50
52
. Go into the `examples` directory and run the command `mvn eclipse:eclipse`.
51
53
. Import the `examples` project into Eclipse.
52
54
. Change the login details in the example classes (address, username and password) and run them!
0 commit comments