mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	Revert "ssh_config: controlpersist auto instead of on"
This reverts commit 330e8a80ad7bebe175e909842d2d3e70855b952e. I got complaining about bad value
This commit is contained in:
		
							parent
							
								
									542c4109eb
								
							
						
					
					
						commit
						492cac7158
					
				| @ -6,9 +6,9 @@ Host * | ||||
|     ControlPath ~/.ssh/sockets/socket-%r@%h:%p | ||||
|     # Multiple sessions over single connection | ||||
|     ControlMaster yes | ||||
|     # Automatically decide whether to keep connection open in the | ||||
|     # background even after connection has been closed. | ||||
|     ControlPersist auto | ||||
|     # Keep connection open in the background even after connection has been | ||||
|     # closed. | ||||
|     ControlPersist yes | ||||
| 
 | ||||
|     ForwardAgent no | ||||
|     ForwardX11 no | ||||
|  | ||||
| @ -7,9 +7,9 @@ Host * | ||||
|     ControlPath ~/.ssh/sockets/socket-%r@%h:%p | ||||
|     # Multiple sessions over single connection | ||||
|     ControlMaster yes | ||||
|     # Automatically decide whether to keep connection open in the | ||||
|     # background even after connection has been closed. | ||||
|     ControlPersist auto | ||||
|     # Keep connection open in the background even after connection has been | ||||
|     # closed. | ||||
|     ControlPersist yes | ||||
| 
 | ||||
|     ForwardAgent no | ||||
|     ForwardX11 no | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user