Skip to content

Easy ssh tunneling-forwarding with ngrok and telegram notifications.

License

Notifications You must be signed in to change notification settings

omerXfaruq/ssher-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ssher-telegram

You can run the ssh forwarding like this, you need to have a telegram bot and get your chatid from your chat or group. You can also set this program as a systemd service which will run in boot, see here.

Requirements

python3 -m venv .venv
source .venv/bin/activate
pip3 install httpx pyngrok

Run

#!/bin/bash
cd [path]
export PORT=22
export TELEGRAM_TOKEN=[YOUR_TOKEN]
export CHATID=[TELEGRAM_CHAT_ID]
export NGROK_TOKEN=[YOUR_TOKEN]

python3 ssher.py

Feel free to open an issue if you have any questions.

About

Easy ssh tunneling-forwarding with ngrok and telegram notifications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages