Skip to content

AmyrAhmady/ssh-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH User Management Telegram Bot

This bot allows you to create or delete (edit functionality will be added in future) your server users which can be accessed over SSH.
This can be useful for people who want to create SSH users solely for the purpose of tunneling and using it as a VPN.

Usage:

  1. Clone this repository on your server using git:
git clone https://github.com/AmyrAhmady/ssh-telegram-bot.git
  1. Use your desire package manager to install node packages:
// if you are using yarn
yarn

// if you are using npm
npm i

// if you are using pnpm
pnpm i
  1. Edit .env.example with the right credentials and info, then rename it to .env
  2. Run the project with the start command:
// if you are using yarn
yarn start

// if you are using npm
npm start

// if you are using pnpm
pnpm start

Client Usage:

Support:

Nothing, just leave a star if you like 🙂