.nh .TH podman-system-connection 1 .SH NAME .PP podman-system-connection - Manage the destination(s) for Podman service(s) .SH SYNOPSIS .PP \fBpodman system connection\fP \fIsubcommand\fP .SH DESCRIPTION .PP Manage the destination(s) for Podman service(s). .PP The user is prompted for the ssh login password or key file passphrase as required. The \fBssh-agent\fR is supported if it is running. .SH COMMANDS .TS allbox; l l l l l l . \fBCommand\fP \fBMan Page\fP \fBDescription\fP add podman-system-connection-add(1) T{ Record destination for the Podman service T} default podman-system-connection-default(1) T{ Set named destination as default for the Podman service T} list podman-system-connection-list(1) T{ List the destination for the Podman service(s) T} remove podman-system-connection-remove(1) Delete named destination rename podman-system-connection-rename(1) T{ Rename the destination for Podman service T} .TE .SH EXAMPLE .EX $ podman system connection list Name URI Identity Default devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa true .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-system(1)\fP .SH HISTORY .PP June 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)