1podman-system-connection(1)()                    podman-system-connection(1)()
2
3
4

NAME

6       podman-system-connection  -  Manage  the destination(s) for Podman ser‐
7       vice(s)
8
9

SYNOPSISManage the destination(s) for Podman service(s)

11       podman system connection subcommand
12
13

DESCRIPTION

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

COMMANDS

23       ┌────────┬─────────────────────────────────────┬──────────────────────────┐
24Command 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       │        │                                     │                          │
42       └────────┴─────────────────────────────────────┴──────────────────────────┘
43

EXAMPLE

45              $ podman system connection list
46              Name URI                                           Identity
47              devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa
48
49
50

SEE ALSO

52       podman-system(1) , containers.conf(5)
53
54

HISTORY

56       June 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
57
58
59
60                                                 podman-system-connection(1)()
Impressum