Commit Graph

38 Commits (ba7679b6791a306a73062ddd5a00359452e152fc)

Author SHA1 Message Date
James Bardin 1ccf1bd9a2
Update communicator/ssh/communicator.go
7 years ago
James Bardin bbde7e3e35 copy client pointer for keep-alive loop
7 years ago
Mark 3031aca971 Add SSH cert authentication method for connection via Bastion
7 years ago
Ahmon Dancy f9db6651b8 Improve ssh connection debug messages
7 years ago
James Bardin 780ca17884 use keepalive replies to detect dead connections
7 years ago
James Bardin 929231a2e9
Merge pull request #20437 from hashicorp/jbardin/ssh-keepalive
7 years ago
Sherod Taylor c456d9608b updated ssh authentication and testing for ssh
7 years ago
James Bardin b5384100a6 add ssh keepalive messages to communicator
7 years ago
James Bardin 6cac02df14 print scp error before exiting on error code
7 years ago
James Bardin abfb43555a connect communicator during Start
8 years ago
James Bardin 3c30f04e0e fix ssh logging
8 years ago
James Bardin 943972cd8f retry ssh authentication failures
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 1a68fdb4f6 add support for ssh host key checking
8 years ago
Adam Shannon c9c2823f62 communicator/ssh: add what error details we can for the user
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 4b1d9cfd7d
communicator/ssh: don't share rand object to guarantee unique values
9 years ago
Paul Hinze 96c20f0dd7
communicator/{ssh,winrm}: seed random script paths
10 years ago
Paul Hinze 7ffa66d1a5 ssh: accept private key contents instead of path
10 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
Paul Hinze a7cbbbd258 communicator/ssh: bastion host support
11 years ago
Sander van Harmelen f146a31ded Fixing #2033 by adding a small check on the input
11 years ago
Sander van Harmelen a8dacede24 Improved some logging...
11 years ago
Sander van Harmelen 3881c81a66 Added the exit code as well...
11 years ago
Sander van Harmelen 48f4d499f9 Fixing a small vet warning introduced by PR #1796
11 years ago
Luke Amdor fbae7884eb remote-exec (ssh): chmod'ing right path
11 years ago
Luke Amdor 11b4060fee remote-exec (ssh): checking chmod command
11 years ago
Sander van Harmelen 41748003c0 Updated the PR according to the review comments
11 years ago
Sander van Harmelen 4a29c714e5 Adding support for WinRM
11 years ago
Sander van Harmelen c9e9e374bb Adding some abstractions for the communicators
11 years ago