automation-tests/vendor/golang.org/x/crypto/ssh
Jhon Honce cbca625328 V2 Add support for ssh authentication methods
* podman --remote ssh://<user>:<password>@<host>:<port><path>
* podman --remote ssh://<user>:<password>@<host>:<port><path> \
  --identity <path> --passphrase <phrase>
* ssh-add <key>
  podman --remote ssh://<user>@<host><path>
* Fix `podman help` to run even if podman missing components
* Prompt for passphrase on stdin IFF key is protected and passphrase
  not given via any other configuration

* cobra flags do not support optional value flags therefore refactored
  --remote to be a boolean and --url will now contain the URI to Podman
  service

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-06-03 09:54:39 -07:00
..
agent V2 Add support for ssh authentication methods 2020-06-03 09:54:39 -07:00
internal/bcrypt_pbkdf Update vendor of buildah and containers/common 2020-02-25 07:46:20 -04:00
terminal Bump github.com/containers/image/v5 from 5.4.3 to 5.4.4 2020-05-11 14:40:55 -04:00
buffer.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
certs.go Update vendor of buildah and containers/common 2020-02-25 07:46:20 -04:00
channel.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
cipher.go Bump github.com/containers/image/v5 from 5.4.3 to 5.4.4 2020-05-11 14:40:55 -04:00
client.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
client_auth.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
common.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
connection.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
doc.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
handshake.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
kex.go vendor c/image v5.4.2 2020-04-07 12:09:48 +02:00
keys.go vendor c/image v5.4.2 2020-04-07 12:09:48 +02:00
mac.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
messages.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
mux.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
server.go Update vendor of buildah and containers/common 2020-02-25 07:46:20 -04:00
session.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
ssh_gss.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
streamlocal.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
tcpip.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
transport.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00