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       │.Name       │ Connection Name/Identifier   │
32       ├────────────┼──────────────────────────────┤
33       │.Identity   │ Path  to  file  containing   │
34       │            │ SSH identity                 │
35       ├────────────┼──────────────────────────────┤
36       │.URI        │ URI   to  podman  service.   │
37       │            │ Valid     schemes      are   │
38       │            │ ssh://[user@]host[:port]Unix
39       │            │ domain         socket[?se‐   │
40       │            │ cure=True],    unix://Unix
41       │            │ domain     socket,     and   │
42       │            │ tcp://localhost[:port]       │
43       ├────────────┼──────────────────────────────┤
44       │.Default    │ Indicates whether connection │
45       │            │ is the default               │
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