Skip to content

Commit

Permalink
Managed SSH support (museumsvictoria#206)
Browse files Browse the repository at this point in the history
This Nodel feature contribution is thanks to [ACMI](https://acmi.net.au), implemented by [Automatic](https://automatic.com.au)
  • Loading branch information
justparking authored and scroix committed Apr 1, 2024
1 parent 5c95e5c commit 57a7746
Show file tree
Hide file tree
Showing 4 changed files with 1,385 additions and 3 deletions.
3 changes: 3 additions & 0 deletions nodel-framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@ dependencies {
project(':nodel-webui-js')
compile 'joda-time:joda-time:2.6'
compile 'org.slf4j:slf4j-api:1.7.10'

// SSH features
implementation group: 'com.jcraft', name: 'jsch', version: '0.1.55'
}

Loading

0 comments on commit 57a7746

Please sign in to comment.