Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A web platform enabling users to save SSH credentials and access remote machines securely through a web-based terminal, providing SSH access even via smartphones... Demo video:https://sh.aswinbenny.in/sushi-demo

License

NotificationsYou must be signed in to change notification settings

aswinbennyofficial/SuSHi

Repository files navigation

SuSHI is a web-based platform that helps to make SSH connections to remote machines from any location, with a browser based terminal.

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 1screenhot 2screenhot 3screenhot 5screenhot 4

Running app

  • mkdir db

  • mkdir db/data

  • sudo chown -R 1001:1001 ./db/data

  • Have the docker-compose.yaml file with all the env values

  • docker compose up

  • By default the server will be up onlocalhost:8080

  • It you have issuesconnection closed while opening terminal change thewss:// tows:// in thestatic/terminal.html (line no. 95)

About

A web platform enabling users to save SSH credentials and access remote machines securely through a web-based terminal, providing SSH access even via smartphones... Demo video:https://sh.aswinbenny.in/sushi-demo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp