1podman-system-connection-listG(e1n)eral Commands Mapnoudamlan-system-connection-list(1)
2
3
4

NAME

6       podman-system-connection-list  -  List  the  destination for the Podman
7       service(s)
8
9

SYNOPSIS

11       podman system connection list [options]
12
13
14       podman system connection ls [options]
15
16

DESCRIPTION

18       List ssh destination(s) for podman service(s).
19
20

OPTIONS

22   --format, -f=format
23       Change the default output format.  This can be of a supported type like
24       'json' or a Go template.  Valid placeholders for the Go template listed
25       below:
26
27
28       ┌────────────┬──────────────────────────────┐
29Placeholder Description                  
30       ├────────────┼──────────────────────────────┤
31       │.Default    │ Indicates whether  connec‐   │
32       │            │ tion is the default          │
33       ├────────────┼──────────────────────────────┤
34       │.Identity   │ Path  to  file  containing   │
35       │            │ SSH identity                 │
36       ├────────────┼──────────────────────────────┤
37       │.Name       │ Connection Name/Identifier   │
38       ├────────────┼──────────────────────────────┤
39       │.URI        │ URI  to  podman   service.   │
40       │            │ Valid      schemes     are   │
41       │            │ ssh://[user@]host[:port]Unix
42       │            │ domain         socket[?se‐   │
43       │            │ cure=True],    unix://Unix
44       │            │ domain     socket,     and   │
45       │            │ tcp://localhost[:port]       │
46       └────────────┴──────────────────────────────┘
47
48   --quiet, -q
49       Only show connection names
50
51

EXAMPLE

53              $ podman system connection list
54              Name URI                                                      Identity    Default
55              devl ssh://root@example.com:/run/podman/podman.sock           ~/.ssh/id_rsa True
56              devl ssh://user@example.com:/run/user/1000/podman/podman.sock ~/.ssh/id_rsa False
57
58
59

SEE ALSO

61       podman(1), podman-system(1), podman-system-connection(1)
62
63

HISTORY

65       July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
66
67
68
69                                              podman-system-connection-list(1)
Impressum