mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	* New settings option for a custom SSH host (#3763) * let default ssh listen addr empty
This commit is contained in:
		
				
					committed by
					
						
						Thomas Boerger
					
				
			
			
				
	
			
			
			
						parent
						
							11df7ebfc5
						
					
				
				
					commit
					65b1875d2b
				
			@@ -82,6 +82,7 @@ var (
 | 
			
		||||
		StartBuiltinServer  bool           `ini:"START_SSH_SERVER"`
 | 
			
		||||
		Domain              string         `ini:"SSH_DOMAIN"`
 | 
			
		||||
		Port                int            `ini:"SSH_PORT"`
 | 
			
		||||
		ListenHost          string         `ini:"SSH_LISTEN_HOST"`
 | 
			
		||||
		ListenPort          int            `ini:"SSH_LISTEN_PORT"`
 | 
			
		||||
		RootPath            string         `ini:"SSH_ROOT_PATH"`
 | 
			
		||||
		KeyTestPath         string         `ini:"SSH_KEY_TEST_PATH"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user