Skip to content

utsavmori/Web-Terminal

Repository files navigation

Web SSH Terminal

  • 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

Screenshots

Mainwindow TerminalWindow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published