![]() |
![]()
| ![]() |
![]()
NAMEpodman-system-connection-list - List the destination for the Podman service(s) SYNOPSISpodman system connection list [options] podman system connection ls [options] DESCRIPTIONList ssh destination(s) for podman service(s). OPTIONS--format, -f=formatChange 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:
--quiet, -qOnly show connection names EXAMPLEList system connections: $ podman system connection list Name URI Identity Default ReadWrite deva ssh://root@example.com:/run/podman/podman.sock ~/.ssh/id_rsa true true devb ssh://user@example.com:/run/user/1000/podman/podman.sock ~/.ssh/id_rsa false true SEE ALSOpodman(1), podman-system(1), podman-system-connection(1) HISTORYJuly 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
|