Commit Graph

50 Commits (2c052fa8cc5069a052d06b185fc40659d32592d5)

Author SHA1 Message Date
Mitchell Hashimoto cc16e19a6b communicator/ssh: upload proper source [GH-1484]
12 years ago
Ross Smith II d92179847d provisioner/file: set file/directory permissions
12 years ago
Mitchell Hashimoto a629f1655b communicator/ssh: remove background connection checker
12 years ago
Mitchell Hashimoto b24fe263da communicator/ssh: fix bad imports
12 years ago
Mitchell Hashimoto e84e5e4f2c Merge branch 'update-ssh-package' of github.com:higebu/packer into higebu-update-ssh-package
12 years ago
higebu f087ce16dc Fix the build problem by updating ssh package
12 years ago
Ross Smith II 27491f93f8 use old ssh code until higebu's branch is ready, see #1019
12 years ago
Mitchell Hashimoto 6359245ef8 communicator/ssh: clearer logging [GH-699]
12 years ago
Mitchell Hashimoto 254653475e communicator/ssh: buffer file on disk to read length [GH-561]
13 years ago
Mitchell Hashimoto 65d391dbeb communicator/ssh: explicitly set c.conn = nil
13 years ago
Mitchell Hashimoto f017fd8af9 go fmt
13 years ago
Mitchell Hashimoto 8cdb92e327 communicator/ssh: dir upload works when dir contains symlinks [Gh-449]
13 years ago
Mitchell Hashimoto a9bd78a08f communicator/ssh: detect if SCP exited with failure [GH-386]
13 years ago
Mitchell Hashimoto 9a6309738a communicator/ssh: prettify log output
13 years ago
Mitchell Hashimoto dce369fb1d communicator/ssh: Reset failure count if heartbeat works
13 years ago
Mitchell Hashimoto 35d0b90f55 communicator/ssh: heartbeat the SSH connection to detect drops [GH-200]
13 years ago
Mitchell Hashimoto c753946c84 builder/vmware: ability to not request a PTY for SSH [GH-270]
13 years ago
Mitchell Hashimoto 86abf14b28 communicator/ssh: Trailing slash won't create destination dir
13 years ago
Mitchell Hashimoto 095631107a communicator/ssh: UploadDir works properly
13 years ago
Mitchell Hashimoto a050d344eb communicator/ssh: refactor to upload directories properly
13 years ago
Mitchell Hashimoto 05ab50949f communicator/ssh: refactor scpSession that we'll reuse for UploadDir
13 years ago
Mitchell Hashimoto d857c9ccbb builder/amazon/chroot: implement UploadDir for chroot communicator
13 years ago
Mitchell Hashimoto 443ccc5306 packer/rpc: don't panic on failed Ui calls
13 years ago
Mitchell Hashimoto 043264ca77 communicator/ssh: more error handlingin Upload
13 years ago
Mitchell Hashimoto 90974a4733 communicator/ssh: fix panic when client is nil on reconnect
13 years ago
Mitchell Hashimoto a134a326b8 communicator/ssh: log when remote exits
13 years ago
Mitchell Hashimoto 9b0c3b28c5 communicator/ssh: use SetExited
13 years ago
Jeff Stamerjohn 4ff0185add Windows fixes
13 years ago
Mitchell Hashimoto b2397f4fb1 communicator/ssh: style
13 years ago
Mitchell Hashimoto b88595b169 communicator/ssh: remove complete TODO
13 years ago
Mark Peek ebd14bb2df Return errors from remote scp command
13 years ago
Mitchell Hashimoto 07449a7801 communicator/ssh: improved logging
13 years ago
Mitchell Hashimoto 2fff555e7f fmt
13 years ago
Mitchell Hashimoto 020e719e92 communicator/ssh: re-establish ssh connection if possible [GH-152]
13 years ago
Mitchell Hashimoto 9718a4656c communicator/ssh: have a Connection func so we can re-establish
13 years ago
Mitchell Hashimoto ee6fd4941a communicator/ssh: show more descriptive error if SCP not avail [GH-127]
13 years ago
Mitchell Hashimoto 53b7b3965f fmt
13 years ago
Mitchell Hashimoto 1e61cc2bd3 communicator/ssh: request a PTY
13 years ago
Mitchell Hashimoto 72bb2d68dd communicator/ssh: remove unusable code
13 years ago
Mitchell Hashimoto 1cea606f12 communicator/ssh: Adhere to new Communicator interface
13 years ago
Mitchell Hashimoto ace53450b9 packer: More efficient RemoteCommand.ExitChan
13 years ago
Mitchell Hashimoto c6dd54760c Get everything compiling again
13 years ago
Mitchell Hashimoto b26ff7a6eb communicator/ssh: More logging
13 years ago
Mitchell Hashimoto 81d8b20730 Update TODO, since Upload is implemented
13 years ago
Mitchell Hashimoto 69f1d0fd9f communicator/ssh: Clearer TODO message about acks
13 years ago
Mitchell Hashimoto eb5f478ee7 communicator/ssh: Return error if non-zero exit status on Upload
13 years ago
Mitchell Hashimoto 821d27a6bb communicator/ssh: More complete SCP
13 years ago
Mitchell Hashimoto d8ad9ca106 communicator/ssh: A first pass at SCP uploading
13 years ago
Mitchell Hashimoto bee266008e communicator/ssh: Ensure valid communicator
13 years ago
Mitchell Hashimoto 08ac912cb7 Start work on SSH communicator
13 years ago