aswinbennyofficial / SuSHi

SuSHI is a website that provides web based terminal for SSH connections (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuSHI (Work in Progress)

SuSHI is a web-based tool that allows users to securely connect to remote machines via SSH, providing a terminal interface in the browser

Features

  • Secure SSH Connections: Connect to remote machines securely using SSH.
  • Web-Based Terminal: Access the terminal interface directly in your web browser.
  • Real-Time Communication: Utilize WebSockets for real-time communication between the client and server.
  • User-Friendly Interface: Simple and intuitive interface for ease of use.
  • Encrypted Private Keys: Private keys are stored in database securely using AES-CFB encryption with a key derived from PBKDF2-HMAC-SHA256 (10000 iterations), utilizing a unique salt and IV for each encryption operation.

Screenshot

screenhot 1

About

SuSHI is a website that provides web based terminal for SSH connections (WIP)

License:GNU Affero General Public License v3.0


Languages

Language:Go 91.8%Language:HTML 5.5%Language:Dockerfile 1.6%Language:Makefile 1.1%