docs/libmachine/ssh
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
..
sshtest libmachine/ssh: added the Start and Wait functions to the Client interface 2016-01-27 09:52:29 +01:00
client.go Correct error handling for external SSH client 2016-04-12 11:43:18 +03:00
client_test.go Correct error handling for external SSH client 2016-04-12 11:43:18 +03:00
keys.go Lint, step 1 2015-11-04 14:17:58 -08:00
keys_test.go Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00
ssh_test.go Make libmachine usable by outside world 2015-09-23 12:30:15 -07:00