jszwedko
|
b1497b951c
|
code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh
code.google.com/p/go.crypto/ssh is now at golang.org/x/crypto/ssh as of
https://code.google.com/p/go/source/detail?spec=svn.crypto.69e2a90ed92d03812364aeb947b7068dc42e561e&repo=crypto&r=8fec09c61d5d66f460d227fd1df3473d7e015bc6
Using the code.google.com import redirects properly, but runs into
issues if you try to use a subpackage of `ssh`, e.g. `agent` which
refers to golang.org/x/crypto/ssh causing conflicts if your types expect
code.google.com/p/go.crypto/ssh.
This is a precursor to a PR for #1066.
|
2015-05-28 08:17:49 -07:00 |
Mitchell Hashimoto
|
76a8221636
|
builder/*: extract key path to ssh.Signer
|
2014-09-03 20:23:39 -07:00 |
Ross Smith II
|
f2186fa6ff
|
Merge pull request #995 from asatara/add-ssh-host-vmware
Added ssh_host variable to vmware iso builder
|
2014-04-28 11:33:40 -07:00 |
Mitchell Hashimoto
|
91574c3a60
|
builder/vmware: fix builds
|
2014-04-26 12:25:18 -07:00 |
Mitchell Hashimoto
|
e84e5e4f2c
|
Merge branch 'update-ssh-package' of github.com:higebu/packer into higebu-update-ssh-package
Conflicts:
builder/amazon/common/ssh.go
builder/digitalocean/ssh.go
builder/googlecompute/ssh.go
builder/openstack/ssh.go
communicator/ssh/communicator_test.go
communicator/ssh/keychain.go
communicator/ssh/keychain_test.go
|
2014-04-26 11:12:06 -07:00 |
higebu
|
f087ce16dc
|
Fix the build problem by updating ssh package
|
2014-04-15 10:17:26 +09:00 |
Ross Smith II
|
27491f93f8
|
use old ssh code until higebu's branch is ready, see #1019
|
2014-04-11 08:23:12 -07:00 |
asatara
|
ecbb0e8498
|
Added ssh_address variable to vmware builders
|
2014-03-31 11:54:14 -07:00 |
Mitchell Hashimoto
|
458bfd186f
|
builder/vmware: move driver out of ISO
|
2013-12-24 11:31:57 -07:00 |
Mitchell Hashimoto
|
8bd3ca4470
|
builder/vmware/common: shuffling stuff around
|
2013-12-24 11:00:51 -07:00 |
Mitchell Hashimoto
|
29931cd0c0
|
builder/vmware/common: SSHConfig
|
2013-12-23 23:27:01 -07:00 |