.nh .TH podman-system-connection-list 1 .SH NAME .PP podman-system-connection-list - List the destination for the Podman service(s) .SH SYNOPSIS .PP \fBpodman system connection list\fP [\fIoptions\fP] .PP \fBpodman system connection ls\fP [\fIoptions\fP] .SH DESCRIPTION .PP List ssh destination(s) for podman service(s). .SH OPTIONS .SS \fB--format\fP, \fB-f\fP=\fIformat\fP .PP 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: .TS allbox; l l l l . \fB\fC\fBPlaceholder\fP\fR \fB\fC\fBDescription\fP\fR \&.Name Connection Name/Identifier \&.Identity T{ Path to file containing SSH identity T} \&.URI T{ URI to podman service. Valid schemes are ssh://[user@]\fIhost\fP[:port]\fIUnix domain socket\fP[?secure=True], unix://\fIUnix domain socket\fP, and tcp://localhost[:\fIport\fP] T} \&.Default T{ Indicates whether connection is the default T} .TE .SS \fB--quiet\fP, \fB-q\fP .PP Only show connection names .SH EXAMPLE .PP .RS .nf $ 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 .fi .RE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-system(1)\fP, \fBpodman-system-connection(1)\fP .SH HISTORY .PP July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)