SSHFS (and maybe other things later) Wrapper, in Kotlin with Jexer
.idea | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE.md | ||
makeRelease.sh | ||
README.md | ||
settings.gradle.kts | ||
TODO.md |
kotRemote
Wrapper for sshfs, built in Kotlin, and utilizes Jexer
Installation Instructions:
Linux:
- install
openssh-askpass
(Or any graphical ssh/askpass program) &sshfs
- Make sure you have JRE-19
Download Latest ReleaseExtract and run .jar
Windows:
- install sshfs-win
- Make sure you have JRE-21
Download Latest ReleaseExtract and run .jar
Build from Source:
- clone the repository
git clone https://git.ouroboros.group/limepotato/kotRemote.git
- enter directory cloned
cd kotRemote
- Open terminal and run
./gradlew shadow jar
- Find the built jar under
build/libs/kotRemote{version}-all.jar
CMDLine Options
java -jar -Djexer.Swing=false
to disable graphical interface, and force XTERM,
Please note that, in XTERM or ECMA48 mode, the login process may break the graphical interface.
LICENSE
This project falls under CC BY-SA 4.0 see LICENSE.md