mirror of https://github.com/docker/docs.git
				
				
				
			Merge pull request #1690 from jonmort/disable-ssh-multiplex
Disable ssh multiplex explicitly
This commit is contained in:
		
						commit
						9661bf89e1
					
				|  | @ -54,6 +54,8 @@ var ( | |||
| 		"-o", "LogLevel=quiet", // suppress "Warning: Permanently added '[localhost]:2022' (ECDSA) to the list of known hosts."
 | ||||
| 		"-o", "ConnectionAttempts=3", // retry 3 times if SSH connection fails
 | ||||
| 		"-o", "ConnectTimeout=10", // timeout after 10 seconds
 | ||||
| 		"-o", "ControlMaster=no", // disable ssh multiplexing
 | ||||
| 		"-o", "ControlPath=no", | ||||
| 	} | ||||
| 	defaultClientType SSHClientType = External | ||||
| ) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue