Skip to content

A program for quick connection to your ssh servers without entering a password and confirmations

Notifications You must be signed in to change notification settings

merely04/ssh-manager

Repository files navigation

👩‍💼 SSH MANAGER

A program for quick connection to your ssh servers without entering a password and confirmations. Enter the address, authorization and work with the server.

Vite, react, effector, and eel with sqlite3 db are used. The client is made according to the fsd2 architecture.

ssh-manager preview

Usage

Clone this repo or download via link

git clone https://github.com/merely04/ssh-manager
Windows
  • Simple
  1. Download .exe from releases
  2. Launch ssh-manager.exe
  • Hard
  1. Download pyton 3.10 or higher
  2. Install dependencies
pip install eel peewee paramiko
  1. Install nodejs 18.0 or higher and yarn
  2. Install dependencies
yarn install
  1. Build and start
yarn build:react
yarn start