Skip to content

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

Notifications You must be signed in to change notification settings

aeonBTC/SSH-into-your-Raspiblitz-over-Tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

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
  • Tor Android app Orbot
  • SSH Android app JuiceSSH

Setup SSH Hidden Service

  1. Open the command line terminal on your raspiblitz
  2. Open your torrc file
sudo nano /mnt/hdd/app-data/tor/torrc.d/services
  1. Add the following lines to your torrc file
# Hidden Service for SSH
HiddenServiceDir /mnt/hdd/tor/sshd
HiddenServiceVersion 3
HiddenServicePort 22 127.0.0.1:22
  1. Exit and save the changes to the file.
  2. Restart Tor
sudo systemctl restart tor
  1. Retrieve your .onion address
sudo cat /mnt/hdd/tor/sshd/hostname

Connect Through Mobile Device

For JuiceSSH

  1. Launch Orbot app and enable VPN mode
  2. Connect to Tor
  3. Launch JuiceSSH app
  4. Manage Connections -> New Connection
 - Nickname: Raspiblitz
 - Type: SSH
 - Address: youraddress.onion (from previous step 6)
 - Identity
    Username: admin
    Password: 'Your Raspiblitz Password A'
 - Port: 22
  1. Save settings and connect

You should now be connected to your raspiblitz node!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published