1podman-system-connection(1)() podman-system-connection(1)()
2
3
4
6 podman-system-connection - Manage the destination(s) for Podman ser‐
7 vice(s)
8
9
11 podman system connection subcommand
12
13
15 Manage the destination(s) for Podman service(s).
16
17
18 The user will be prompted for the ssh login password or key file pass
19 phrase as required. The ssh-agent is supported if it is running.
20
21
23 ┌────────┬─────────────────────────────────────┬──────────────────────────┐
24 │Command │ Man Page │ Description │
25 ├────────┼─────────────────────────────────────┼──────────────────────────┤
26 │add │ podman-system-connection-add(1) │ Record destination for │
27 │ │ │ the Podman service │
28 ├────────┼─────────────────────────────────────┼──────────────────────────┤
29 │default │ podman-system-connection-default(1) │ Set named destination as │
30 │ │ │ default for the Podman │
31 │ │ │ service │
32 ├────────┼─────────────────────────────────────┼──────────────────────────┤
33 │list │ podman-system-connection-list(1) │ List the destination for │
34 │ │ │ the Podman service(s) │
35 ├────────┼─────────────────────────────────────┼──────────────────────────┤
36 │remove │ podman-system-connection-remove(1) │ Delete named destination │
37 ├────────┼─────────────────────────────────────┼──────────────────────────┤
38 │rename │ podman-system-connection-rename(1) │ Rename the destination │
39 │ │ │ for Podman service │
40 └────────┴─────────────────────────────────────┴──────────────────────────┘
41
43 $ podman system connection list
44 Name URI Identity
45 devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa
46
47
48
50 podman-system(1) , containers.conf(5)
51
52
54 June 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
55
56
57
58 podman-system-connection(1)()