.nh .TH podman\-system\-connection\-add(1) .SH NAME .PP podman\-system\-connection\-add \- Record destination for the Podman service .SH SYNOPSIS .PP \fBpodman system connection add\fP [\fIoptions\fP] \fIname\fP \fIdestination\fP .SH DESCRIPTION .PP Record ssh destination for remote podman service(s). The ssh destination is given as one of: \- [user@]hostname[:port] \- ssh://[user@]hostname[:port] .PP The user will be prompted for the remote ssh login password or key file pass phrase as required. The \fB\fCssh\-agent\fR is supported if it is running. .SH OPTIONS .SS \fB\-\-default\fP=\fIfalse\fP, \fB\-d\fP .PP Make the new destination the default for this user. .SS \fB\-\-identity\fP=\fIpath\fP .PP Path to ssh identity file. If the identity file has been encrypted, Podman prompts the user for the passphrase. If no identity file is provided and no user is given, Podman defaults to the user running the podman command. Podman prompts for the login password on the remote server. .SS \fB\-\-port\fP=\fIport\fP, \fB\-p\fP .PP Port for ssh destination. The default value is \fB\fC22\fR\&. .SS \fB\-\-socket\-path\fP=\fIpath\fP .PP Path to the Podman service unix domain socket on the ssh destination host .SH EXAMPLE .PP .RS .nf $ podman system connection add QA podman.example.com $ podman system connection add \-\-identity \~/.ssh/dev\_rsa production ssh://root@server.example.com:2222 .fi .RE .SH SEE ALSO .PP podman\-system(1) , podman\-system\-connection(1) , containers.conf(5) .SH HISTORY .PP June 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)