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
This tool is helpful to connect to any ssh host without any other tool right from browser. and can be hosted also.
Configurations
Utility uses AES-256 to encrypt password. Password key can be changed in application.properties my.password.secret property to randomly created string of 32 numbers.
Utility stores all hosts data in servers.data file
it by default start on 8080 port if you want to change port then add property server.port=<port> in application.properties
Requirements
Maven and JDK 21 to Build project
Build
Create build by running mvn package
To run java -jar terminal-1.0.0.jar
Usage
Go to Browser and open <host>:8080 it will show page where you can add host information and click on save
After Data saved Successfully it will show up on table. And user can connect to host by clicking on Connect button