I recently ran into the following error when trying to deploy remotely using docker-compose:
ERROR: Secsh channel 14 open FAILED: open failed: Connect failed
The issue is that the default SSH connections allowed is set to 10 and the command I was running was trying to use more connections then that.
Fixing the error
To fix this error you'll need to connect to your server...