summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-connection-list.1.md
blob: f5fb5c8e3bc0ee33e905583d8bcbec3a4ecbf653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% podman-system-connection-list(1)

## NAME
podman\-system\-connection\-list - List the destination for the Podman service(s)

## SYNOPSIS
**podman system connection list**

**podman system connection ls**

## DESCRIPTION
List ssh destination(s) for podman service(s).

## EXAMPLE
```
$ podman system connection list
Name URI                                           Identity
devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa
```
## SEE ALSO
podman-system(1) , containers.conf(5)

## HISTORY
July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)