GithubHelp home page GithubHelp logo

reckless-satoshi / ssh-into-your-raspiblitz-using-tor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ascisco/ssh-into-your-raspiblitz-using-tor

3.0 1.0 1.0 15 KB

This guide will instruct you on how to SSH into your Raspiblitz over TOR using an android device.

ssh-into-your-raspiblitz-using-tor's Introduction

SSH-into-your-Raspiblitz-over-TOR

This guide will instruct you on how to SSH into your Raspiblitz over TOR using an android device.

Prerequisites:

  • TOR enabled on your Raspiblitz
  • Orbot android app
  • An SSH android app (JuiceSSH or Termux)

Setup SSH Hidden Service

  1. Open the command line terminal on your raspiblitz
  2. Open your torrc file
sudoedit /etc/tor/torrc
  1. Add the following lines to your torrc file
# SSH Hidden Service
HiddenServiceDir /mnt/hdd/tor/sshd
HiddenServiceVersion 3
HiddenServicePort 22 127.0.0.1:22
  1. Save torrc file and exit back to command line
  2. Restart TOR
sudo systemctl restart tor
  1. Retrieve your SSH onion address
sudo cat /mnt/hdd/tor/sshd/hostname

Connect Through Mobile Device

For JuiceSSH

  1. Install and launch Orbot
  2. Enable 'VPN mode' and connect to TOR
  3. Install and launch your SSH app
  4. SSH into your raspiblitz

In JuiceSSH: Add a new connection

 - Type: SSH
 - Address: youraddress.onion (from step 6)
 - Identity
    Username: admin
    Password: 'Your Raspiblitz Password A'
 - Port: 22

For Termux: Run the following commands

  1. Install necessary packages
pkg install openssh tor proxychains-ng termux-services
  1. Restart Termux
  2. Enable tor service and SSH into your raspiblitz
sv-enable tor
proxychains4 ssh [email protected]

Note: if you use Orbot VPN system-wide you need to deselect Termux.

You should now be connected to your raspiblitz node!

ssh-into-your-raspiblitz-using-tor's People

Contributors

ascisco avatar reckless-satoshi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

prof-xadk3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.