mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 12:28:15 +00:00 
			
		
		
		
	Update 12_3_Adding_SSH_Hidden_Services
This commit is contained in:
		
							parent
							
								
									9439de608b
								
							
						
					
					
						commit
						3e4ec41fab
					
				@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user