Skip to content

juhanurmi/stealth-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

091f4b4 · Mar 18, 2016

History

4 Commits
Mar 15, 2016
Mar 18, 2016
Mar 18, 2016

Repository files navigation

Stealth SSH server using onion service

Tor onion service for your SSH server with password protected onion address.

This onion service cannot be port scanned. Does not allow anyone else to connect or fingerprint your SSH server. Hence no risk of exposing your onion address <=> real IP address because SSH fingerprint matching.

You should read the autoconfigure.sh and execute the lines by hand.

  • Install Tor
  • Create a hidden service
  • Add HiddenServiceAuthorizeClient stealth SOMEPASS
  • HiddenServicePort 22 127.0.0.1:22 # Last is your current SSH port
  • service tor restart
  • On client side create .ssh/config
  • On client side add HidServAuth settings to /etc/tor/torrc

This is autoconfigurate script. I still recommend to read it and make the changes manually.

$ sudo bash autoconfigure.sh

About

Secure SSH server using onion service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages