podman-sys...ection-list(1) General Commands Manual podman-sys...ection-list(1)
NAME
podman-system-connection-list - List the destination for the Podman ser-
vice(s)
SYNOPSIS
podman system connection list [options]
podman system connection ls [options]
DESCRIPTION
List ssh destination(s) for podman service(s).
OPTIONS
--format, -f=format
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 │
├─────────────┼──────────────────────────────┤
│ .Default │ Indicates whether connec- │
│ │ tion is the default │
├─────────────┼──────────────────────────────┤
│ .Identity │ Path to file containing │
│ │ SSH identity │
├─────────────┼──────────────────────────────┤
│ .Name │ Connection Name/Identifier │
├─────────────┼──────────────────────────────┤
│ .ReadWrite │ Indicates if this connec- │
│ │ tion can be modified using │
│ │ the system connection com- │
│ │ mands │
├─────────────┼──────────────────────────────┤
│ .URI │ URI to podman service. │
│ │ Valid schemes are │
│ │ ssh://[user@]host[:port]Unix │
│ │ domain socket[?se- │
│ │ cure=True], unix://Unix │
│ │ domain socket, and │
│ │ tcp://localhost[:port] │
└─────────────┴──────────────────────────────┘
--quiet, -q
Only show connection names
EXAMPLE
List 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 ALSO
podman(1), podman-system(1), podman-system-connection(1)
HISTORY
July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
podman-sys...ection-list(1)
Generated by dwww version 1.16 on Tue Dec 16 07:07:32 CET 2025.