github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-system-connection-list.1.md (about)

     1  % podman-system-connection-list(1)
     2  
     3  ## NAME
     4  podman\-system\-connection\-list - List the destination for the Podman service(s)
     5  
     6  ## SYNOPSIS
     7  **podman system connection list**
     8  
     9  **podman system connection ls**
    10  
    11  ## DESCRIPTION
    12  List ssh destination(s) for podman service(s).
    13  
    14  ## EXAMPLE
    15  ```
    16  $ podman system connection list
    17  Name URI                                           Identity
    18  devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa
    19  ```
    20  ## SEE ALSO
    21  podman-system(1) , containers.conf(5)
    22  
    23  ## HISTORY
    24  July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)