docs/libmachine
Maksim Malchuk be8f469a82 Correct error handling for external SSH client
In some cases, (e.g. private key not accessible or has incorrect
permissions) docker-machine failed with error "Something went wrong
running an SSH command!". This commit will add the correct debug
messages and show the correct errors for the bad private keys.
Also, due to incorrect handling POSIX file permissions in Windows
some checks should be ignored.

Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2016-04-12 11:43:18 +03:00
..
auth Implemented '--tls-san' global arg for adding extra SANs (subject alt names) to server-side certificates 2015-11-23 12:17:29 +01:00
cert Remove duplication on certificates code 2016-01-04 10:40:21 +01:00
check Use accessor 2016-01-04 10:40:12 +01:00
crashreport Fix Bugnag Report not being sent 2016-01-07 12:09:00 +01:00
drivers New Microsoft Azure docker-machine driver 2016-03-07 19:55:51 -08:00
engine Add code to wait for Docker daemon on start 2016-01-26 18:42:10 -08:00
examples libmachine/ssh: added the Start and Wait functions to the Client interface 2016-01-27 09:52:29 +01:00
host Use a typed error for consumers of libmachine 2016-03-02 22:35:44 +01:00
hosttest Remove unused code 2015-11-13 16:27:50 +01:00
libmachinetest Fix bugsnag reports for create 2016-01-18 11:42:21 +01:00
log Remove remaining log.Fatal 2016-01-07 12:32:55 +01:00
mcndockerclient FIX #2703 Update dockerclient 2016-01-04 11:33:33 +01:00
mcnerror Use a typed error for consumers of libmachine 2016-03-02 22:35:44 +01:00
mcnflag Move towards using external binaries / RPC plugins 2015-10-16 16:34:56 -07:00
mcnutils Fix RC version mismatch bug 2016-04-07 15:49:03 -07:00
persist Simplify Api 2016-01-04 14:59:25 +01:00
provider Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
provision Run Swarm containers without --net host 2016-04-11 16:23:00 -07:00
shell Check grand parent if not directly called from a windows shell 2016-01-20 01:16:00 +01:00
ssh Correct error handling for external SSH client 2016-04-12 11:43:18 +03:00
state Lint, step 1 2015-11-04 14:17:58 -08:00
swarm Added a flag to enable experimental Swarm features 2016-02-13 12:21:20 +01:00
version Lint 2015-11-05 13:34:07 -08:00
libmachine.go Wait for SSH before daemon detection 2016-02-04 13:29:46 -08:00