packer/communicator/ssh
Mark Peek ebd14bb2df Return errors from remote scp command
Currently file provisioners will silently fail when there is an error
with the remote side. This commit checks the scp error code and will
return the error message from the remote.
2013-07-17 18:15:42 -07:00
..
communicator.go Return errors from remote scp command 2013-07-17 18:15:42 -07:00
communicator_test.go fmt 2013-07-14 20:55:27 +09:00
connect.go communicator/ssh: tweakable timeout on retry connection 2013-07-14 21:05:22 +09:00
keychain.go communicator/ssh: Add SimpleKeychain 2013-05-20 22:50:13 -07:00
keychain_test.go communicator/ssh: Test to verify keychain impls ssh.ClientKeyring 2013-05-20 22:51:51 -07:00
password.go communicator/ssh: add keyboard interactive auth [GH-121] 2013-07-02 22:00:31 -07:00
password_test.go fmt 2013-07-04 12:44:36 -07:00