Commit Graph

68 Commits (b41f08d79d2a2e8dea1fa690c19bb6dff249e141)

Author SHA1 Message Date
James Bardin abfb43555a connect communicator during Start
8 years ago
James Bardin 82a4552030 use Run instead of Shell.Execute in winrm
8 years ago
James Bardin 3c30f04e0e fix ssh logging
8 years ago
Joe Khoobyar 138e64dee0 more unit tests
8 years ago
Joe Khoobyar 9766cc0aa5 added unit tests
8 years ago
Joe Khoobyar 481be9da35 code reformatted with gofmt
8 years ago
Joe Khoobyar d7cb9baa43 cleaner initialization of winrmcp
8 years ago
Joe Khoobyar 852a74c49d first attempt at supporting NTLM authentication in Terraform
8 years ago
James Bardin 943972cd8f retry ssh authentication failures
8 years ago
James Bardin e9e4ee4940
Merge pull request #17609 from hashicorp/jbardin/remote-command
8 years ago
James Bardin ad8642e2c2 have remote.ExitError format errors and status
8 years ago
James Bardin 2954d9849a add some more functionality to MockCommunicator
8 years ago
James Bardin 3fbdee0777 clean up remote.Cmd api
8 years ago
James Bardin 2d7dc605a0 get communicator errors from a remote.Cmd
8 years ago
James Bardin e41b29d096
Merge pull request #17354 from hashicorp/jbardin/known_hosts
8 years ago
James Bardin c1b35ad69b have the ssh communicator return fatal errors
8 years ago
James Bardin e06f76b90f Fix type assertion when loading stored error
8 years ago
James Bardin bc90eca19f add the remote-exec retry function to communicator
8 years ago
James Bardin bdfa97dbdb add tests for signed host certs
8 years ago
James Bardin 1e7fd1c4ea add test for host key validation
8 years ago
James Bardin 1a68fdb4f6 add support for ssh host key checking
8 years ago
James Bardin daf05e65e0 test identity file parsing
8 years ago
James Bardin 8c8847e1cf sort ssh agent signers by requested id
8 years ago
jd3nn1s 21c9c2ce00 communicator/winrm: pass cacert option correctly
9 years ago
Adam Shannon c9c2823f62 communicator/ssh: add what error details we can for the user
9 years ago
Wang Guoliang 383b0c176c
optimization:use bytes.Equal instead of bytes.Compare
9 years ago
Jake Champlin 6e599672e1
Remove LGPL dependencies
9 years ago
James Bardin e6f58f5817 Add upload tests
9 years ago
James Bardin e1f06e5d0f Skip upload copy if we know the length
9 years ago
Mitchell Hashimoto b486354a9c
communicator/ssh: Disconnect() should also kill the actual connection
9 years ago
Mitchell Hashimoto a2e044829b
provisioners/file: use the old communicator.New just to minimize risk
9 years ago
Mitchell Hashimoto 02a4adc07c
provisioners/file: convert to helper/schema
9 years ago
Mitchell Hashimoto 4b1d9cfd7d
communicator/ssh: don't share rand object to guarantee unique values
9 years ago
James Bardin 8174037a2b Remove deprecated key_file and bastion_key_file
10 years ago
Sander van Harmelen 968472a63e Support recreating clients and configuring Chef Vaults (#8577)
10 years ago
Kristinn Örn Sigurðsson bc5518f993 provisioners: Allow provisioning over IPv6
10 years ago
Paul Hinze 2f237eca44
communicator/ssh: correct test typo
10 years ago
Paul Hinze 96c20f0dd7
communicator/{ssh,winrm}: seed random script paths
10 years ago
James Nugent f2fef2556a Fix import formatting across code base
10 years ago
David Meyer f46a629d72 communicator/winrm: Fixed HTTPS when using copy client.
10 years ago
Paul Hinze 9cbaacad32 communicator/winrm: fix data race in io copy
10 years ago
Sander van Harmelen c72342eefc Add SSH agent support for Windows
10 years ago
Paul Hinze b6aed3fec3 communicator/ssh: fix typos travis didn't catch
10 years ago
Paul Hinze 7ffa66d1a5 ssh: accept private key contents instead of path
10 years ago
Panagiotis Moustafellos e4845f75cc removed extra parentheses
11 years ago
Anthony Scalisi 198e1a5186 remove various typos
11 years ago
Paul Hinze 814d05b96e communicator/ssh: missing newline on bastion host output
11 years ago
Paul Hinze 98891aef96 Merge pull request #2684 from hashicorp/f-print-bastion-host-details
11 years ago
Paul Hinze 448a6a1b48 communicator/ssh: print ssh bastion host details to output
11 years ago
Paul Hinze 138018c896 communicator/ssh: agent forward failure is not fatal
11 years ago