- This tool is helpful to connect to any ssh host without any other tool right from browser. and can be hosted also.
- Utility uses AES-256 to encrypt password. Password key can be changed in application.properties
my.password.secretproperty 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>inapplication.properties
- Maven and JDK 21 to Build project
- Create build by running
mvn package - To run
java -jar terminal-1.0.0.jar
- Go to Browser and open
<host>:8080it 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

