REPO : https://github.com/hto/custom-browser-ssh-terminal
Youtube : https://www.youtube.com/watch?v=2_puSEZUaaM

Sistem GoLang ile geliştirilmiştir. Yapıtığı işlem bir config dosyasına yazılan sunucular ve komutlar üzerine sunuculara bağlanıp, verdiğiniz komutları çalıştırmak. Komutları siz kendinize göre ayarlayabilir, uzunca olan komutlara kısa tagler verebilirsiniz. Websocket üzerinden bunları browserinızda gerçekleştirmenizi sağlar.

Örnek Komut Tagleri :

[[Command]]
shortcmd = "glast"
description = "Project Git Last Commit"
realcmd = "cd /usr/local/lsws/DEFAULT/html && git rev-parse --verify HEAD"

[[Command]]
shortcmd = "ferror"
description = "Project Fatal Errors.."
realcmd = "cat /usr/local/lsws/logs/error.log |grep Fatal"
Örnek Server Tanımları:

[[Server]]
Name = "dev"
Description = "Browser Dev Server"
HostName = "browser.dev"
UserName = "root"
Port = "22"
Password = "123456"

[[Server]]
Name = "hto"
Description = "Hto Git Server"
HostName = "git.hto.com"
UserName = "root"
Port = "22"
Password = "123456"