podman-system-connection-list(1) | General Commands Manual | podman-system-connection-list(1) |
podman-system-connection-list - List the destination for the Podman service(s)
podman system connection list [options]
podman system connection ls [options]
List ssh destination(s) for podman service(s).
Change the default output format. This can be of a supported type like 'json' or a Go template. Valid placeholders for the Go template listed below:
Placeholder | Description |
.Name | Connection Name/Identifier |
.Identity | Path to file containing SSH identity |
.URI | URI to podman service. Valid schemes are ssh://[user@]host[:port]Unix domain socket[?secure=True], unix://Unix domain socket, and tcp://localhost[:port] |
.Default | Indicates whether connection is the default |
Only show connection names
$ podman system connection list Name URI Identity Default devl ssh://root@example.com:/run/podman/podman.sock ~/.ssh/id_rsa True devl ssh://user@example.com:/run/user/1000/podman/podman.sock ~/.ssh/id_rsa False
July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)