podman/pkg/bindings
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
..
containers Enable detached exec for remote 2020-06-02 15:30:42 -04:00
generate compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
images compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
manifests compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
network compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
play compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
pods compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
system compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
test compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
volumes compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
bindings.go V2 Add support for ssh authentication methods 2020-06-03 09:54:39 -07:00
connection.go V2 Add support for ssh authentication methods 2020-06-03 09:54:39 -07:00
errors.go podman v2 remove bloat v2 2020-04-16 12:04:46 -05:00