The validation of the URL always fails with 'ssh://user@ip' is not a valid Docker URL..
In the shell DOCKER_HOST=ssh://user@ip docker info runs fine.
The root cause is that the call to docker.DockerClient in docker.py fails because paramiko is not available.