forked from ungleich-public/cdist
		
	increase ControlPersist to 30 to workaround #542
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								1582661da9
							
						
					
				
			
			
				commit
				
					
						01ca5910ec
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,7 @@ def inspect_ssh_mux_opts():
 | 
			
		|||
    wanted_mux_opts = {
 | 
			
		||||
        "ControlPath": "{}",
 | 
			
		||||
        "ControlMaster": "auto",
 | 
			
		||||
        "ControlPersist": "10",
 | 
			
		||||
        "ControlPersist": "30",
 | 
			
		||||
    }
 | 
			
		||||
    mux_opts = " ".join([" -o {}={}".format(
 | 
			
		||||
        x, wanted_mux_opts[x]) for x in wanted_mux_opts])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue