GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
podman-system-connection-list(1) FreeBSD General Commands Manual podman-system-connection-list(1)

podman-system-connection-list - List the destination for the Podman service(s)

podman system connection list [options]

podman system connection ls [options]

List ssh destination(s) for podman service(s).

--format, -f=format

Change the default output format. This can be of a supported type like 'json' or a Go template. Valid placeholders for the Go template listed below:

Placeholder Description
.Default Indicates whether connection is the default
.Identity Path to file containing SSH identity
.Name Connection Name/Identifier
.ReadWrite Indicates if this connection can be modified using the system connection commands
.URI URI to podman service. Valid schemes are ssh://[user@]host[:port]Unix domain socket[?secure=True], unix://Unix domain socket, and tcp://localhost[:port]

--quiet, -q

Only show connection names

List system connections:

$ podman system connection list
Name URI                                                      Identity	    Default  ReadWrite
deva ssh://root@example.com:/run/podman/podman.sock           ~/.ssh/id_rsa true     true
devb ssh://user@example.com:/run/user/1000/podman/podman.sock ~/.ssh/id_rsa false    true

podman(1), podman-system(1), podman-system-connection(1)

July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.