github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/docs/source/markdown/podman-system-connection.1.md (about)

     1  % podman-system-connection(1)
     2  
     3  ## NAME
     4  podman\-system\-connection - Manage the destination(s) for Podman service(s)
     5  
     6  ## SYNOPSIS
     7  **podman system connection** *subcommand*
     8  
     9  ## DESCRIPTION
    10  Manage the destination(s) for Podman service(s).
    11  
    12  The user will be prompted for the ssh login password or key file pass phrase as required. The `ssh-agent` is supported if it is running.
    13  
    14  ## COMMANDS
    15  
    16  | Command  | Man Page                                                                      | Description                                                |
    17  | -------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------- |
    18  | add      | [podman-system-connection\-add(1)](podman-system-connection-add.1.md)         | Record destination for the Podman service                  |
    19  | default  | [podman-system-connection\-default(1)](podman-system-connection-default.1.md) | Set named destination as default for the Podman service    |
    20  | list     | [podman-system-connection\-list(1)](podman-system-connection-list.1.md)       | List the destination for the Podman service(s)             |
    21  | remove   | [podman-system-connection\-remove(1)](podman-system-connection-remove.1.md)   | Delete named destination                                   |
    22  | rename   | [podman-system-connection\-rename(1)](podman-system-connection-rename.1.md)   | Rename the destination for Podman service                  |
    23  
    24  ## EXAMPLE
    25  ```
    26  $ podman system connection list
    27  Name URI                                           Identity	  Default
    28  devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa  true
    29  ```
    30  ## SEE ALSO
    31  **[podman(1)](podman.1.md)**, **[podman-system(1)](podman-system.1.md)**
    32  
    33  ## HISTORY
    34  June 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)