terraform/vendor/golang.org/x/crypto/ssh
Tom Harvey 0ec109bdc0
backend/azurerm: upgrading the SDK / support for proxies (#19414)
* vendor updates

- updating to v21.3.0 of github.com/Azure/azure-sdk-for-go
- updating to v10.15.4 of github.com/Azure/go-autorest
- vendoring github.com/hashicorp/go-azure-helpers @ 0.1.1

* backend/azurerm: refactoring to use the new auth package

- refactoring the backend to use a shared client via the new auth package
- adding tests covering both Service Principal and Access Key auth
- support for authenticating using a proxy
- rewriting the backend documentation to include examples of both authentication types

* switching to use the build-in logging function

* documenting it's also possible to retrieve the access key from an env var
2018-11-21 22:06:03 +01:00
..
agent backend/azurerm: upgrading the SDK / support for proxies (#19414) 2018-11-21 22:06:03 +01:00
knownhosts vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
buffer.go update ssh package 2017-12-26 16:27:18 -05:00
certs.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 2018-11-21 22:06:03 +01:00
channel.go update ssh package 2017-12-26 16:27:18 -05:00
cipher.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
client.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 2018-11-21 22:06:03 +01:00
client_auth.go update x/crypt/ssh and add knownhosts package 2018-02-14 15:35:41 -05:00
common.go update x/crypt/ssh and add knownhosts package 2018-02-14 15:35:41 -05:00
connection.go update ssh package 2017-12-26 16:27:18 -05:00
doc.go update ssh package 2017-12-26 16:27:18 -05:00
handshake.go update ssh package 2017-12-26 16:27:18 -05:00
kex.go update ssh package 2017-12-26 16:27:18 -05:00
keys.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 2018-11-21 22:06:03 +01:00
mac.go update ssh package 2017-02-10 10:30:29 -05:00
messages.go update ssh package 2017-12-26 16:27:18 -05:00
mux.go update ssh package 2017-12-26 16:27:18 -05:00
server.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 2018-11-21 22:06:03 +01:00
session.go update ssh package 2017-12-26 16:27:18 -05:00
streamlocal.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
tcpip.go vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
transport.go update x/crypt/ssh and add knownhosts package 2018-02-14 15:35:41 -05:00