1podman-system-connection-add(G1e)neral Commands Manpuoadlman-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 - unix://path
20 - tcp://hostname:port
21
22
23 The user will be prompted for the remote ssh login password or key file
24 pass phrase as required. The ssh-agent is supported if it is running.
25
26
28 --default, -d
29 Make the new destination the default for this user. The default is
30 false.
31
32
33 --identity=path
34 Path to ssh identity file. If the identity file has been encrypted,
35 Podman prompts the user for the passphrase. If no identity file is
36 provided and no user is given, Podman defaults to the user running the
37 podman command. Podman prompts for the login password on the remote
38 server.
39
40
41 --port, -p=port
42 Port for ssh destination. The default value is 22.
43
44
45 --socket-path=path
46 Path to the Podman service unix domain socket on the ssh destination
47 host
48
49
51 $ podman system connection add QA podman.example.com
52
53 $ podman system connection add --identity ~/.ssh/dev_rsa production ssh://root@server.example.com:2222
54
55 $ podman system connection add testing unix:///run/podman/podman.sock
56
57 $ podman system connection add debug tcp://localhost:8080
58
59
60
62 podman(1), podman-system(1), podman-system-connection(1)
63
64
66 June 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
67
68
69
70 podman-system-connection-add(1)