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.
Clone this repo or download via link
git clone https://github.com/merely04/ssh-manager
Windows
- Simple
- Download .exe from releases
- Launch ssh-manager.exe
- Hard
- Download pyton 3.10 or higher
- Install dependencies
pip install eel peewee paramiko
- Install nodejs 18.0 or higher and yarn
- Install dependencies
yarn install
- Build and start
yarn build:react
yarn start