File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
Stealth SSH server using onion service
2
2
======================================
3
3
4
- Tor and onion service for your SSH server with password protected onion address.
4
+ Tor onion service for your SSH server with password protected onion address.
5
5
6
6
This onion service cannot be port scanned.
7
- Does not allow anyone else to port scan or fingerprint your SSH server.
8
- Hence no risk of exposing your onion address <=> real IP address because SSH fingerprint match .
7
+ Does not allow anyone else to connect or fingerprint your SSH server.
8
+ Hence no risk of exposing your onion address <=> real IP address because SSH fingerprint matching .
9
9
10
10
You should read the autoconfigure.sh and execute the lines by hand.
11
11
Original file line number Diff line number Diff line change @@ -36,4 +36,3 @@ echo ""
36
36
echo " Add this line to your /etc/tor/torrc on client side."
37
37
echo " HidServAuth $CONNECTION "
38
38
echo " "
39
-
You can’t perform that action at this time.
0 commit comments