Skip to content

shoaibskn1/GHActions_SSH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Get Ubuntu x86_64 on your terminal/termux via ssh

  1. Register your account on ngrok.com

  2. Login to your account and get/copy Authtoken(authentication token) in "Get started" option Screenshots

  3. fork this repo (https://github.com/mjuned47/GHActions_SSH) If you are using mobile then , click to desktop site and fork : Screenshots

  4. Now go to your repository settings and go to secrets Screenshots

  5. Add the following secrets Screenshots

  6. after adding secrets , go to actions , select workflow (ubuntu-ssh) and run it Screenshots Screenshots

  7. wait for some seconds ,you will see message like "ssh [email protected] -p xxxxx" Screenshots

  8. copy this and open termux/terminal and install openssh For termux : apt update && apt install openssh

  9. Paste and execute ! You will be asked to enter password which you have set in secrets

Info About Secrets :

  1. GITHUBMAIL = github gmail
  2. GITHUBNAME = github username
  3. NGROK_TOKEN = authentication token which you got from ngrok.com
  4. SSH_PASSWORD = ssh password and it will be asked during login
  5. TELEGRAM_BOT_TOKEN = telegram bot token id which you might got after creating bot
  6. TELGRAM_CHAT_ID = telegram group chat id ( create a group , add your created bot, add IDBot(telegram official bot) , now message /getgroupid in that group you will get group id)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published