Update 12_3_Adding_SSH_Hidden_Services

This commit is contained in:
Javier Vargas 2020-07-01 18:47:30 +02:00 committed by GitHub
parent 9439de608b
commit 3e4ec41fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@ HiddenServicePort 22 127.0.0.1:22
HiddenServiceAuthorizeClient stealth hidden-service-ssh HiddenServiceAuthorizeClient stealth hidden-service-ssh
``` ```
* HiddenServiceDir indicates tor that you have a hidden service directory with the neccesary configuration on path. * HiddenServiceDir: indicates tor that you have a hidden service directory with the neccesary configuration on path.
* HiddenServicePort indicates tor port to be used, in SSH case is 22, if you want use other port you can change here. * HiddenServicePort: indicates tor port to be used, in SSH case is 22, if you want use other port you can change here.
* HiddenServiceAuthorizeClient As it's name indicates authorize a client to connect to the hidden service. * HiddenServiceAuthorizeClient: As it's name indicates authorize a client to connect to the hidden service.
After add lines to tor file you need to restart tor service After add lines to tor file you need to restart tor service