this plugin for spigot creates ssh tunnel between server that contains a service that you will like to link without exposing on the internet
Go to file
mohammed jasem alaajel 4b3157fa9a add readme incompleat 2022-02-04 09:13:08 +04:00
src/main removed insecure code that might cause Man-in-the-middle attack 2022-02-04 09:01:31 +04:00
.gitignore finish! 2022-01-31 03:34:33 +04:00
README.md add readme incompleat 2022-02-04 09:13:08 +04:00
pom.xml finish! 2022-01-31 03:34:33 +04:00

README.md

How to setup

  • create user in your system using the command provided below useradd xrambad --shell=/bin/true

  • create ssh key for the user.

  • there will be issue that user can't login to fix this
    add /bin/true to /etc/shells