1podman-system-connection-add(1)() podman-system-connection-add(1)()
2
3
4
6 podman-system-connection-add - Record destination for the Podman ser‐
7 vice
8
9
11 podman system connection add [options] name destination
12
13
15 Record ssh destination for remote podman service(s). The ssh destina‐
16 tion is given as one of:
17 - [user@]hostname[:port]
18 - ssh://[user@]hostname[:port]
19
20
21 The user will be prompted for the remote ssh login password or key file
22 pass phrase as required. The ssh-agent is supported if it is running.
23
24
26 --default=false, -d
27 Make the new destination the default for this user.
28
29
30 --identity=path
31 Path to ssh identity file. If the identity file has been encrypted,
32 Podman prompts the user for the passphrase. If no identity file is
33 provided and no user is given, Podman defaults to the user running the
34 podman command. Podman prompts for the login password on the remote
35 server.
36
37
38 --port=port, -p
39 Port for ssh destination. The default value is 22.
40
41
42 --socket-path=path
43 Path to the Podman service unix domain socket on the ssh destination
44 host
45
46
48 $ podman system connection add QA podman.example.com
49
50 $ podman system connection add --identity ~/.ssh/dev_rsa production ssh://root@server.example.com:2222
51
52
53
55 podman-system(1) , podman-system-connection(1) , containers.conf(5)
56
57
59 June 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
60
61
62
63 podman-system-connection-add(1)()