github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/podman-system-connection-default.1.md (about)

     1  % podman-system-connection-default 1
     2  
     3  ## NAME
     4  podman\-system\-connection\-default - Set named destination as default for the Podman service
     5  
     6  ## SYNOPSIS
     7  **podman system connection default** *name*
     8  
     9  ## DESCRIPTION
    10  Set named ssh destination as default destination for the Podman service.
    11  
    12  ## EXAMPLE
    13  
    14  Set the specified connection as default:
    15  ```
    16  $ podman system connection default production
    17  ```
    18  ## SEE ALSO
    19  **[podman(1)](podman.1.md)**, **[podman-system(1)](podman-system.1.md)**, **[podman-system-connection(1)](podman-system-connection.1.md)**
    20  
    21  ## HISTORY
    22  July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)