mirror of
				https://github.com/containers/podman.git
				synced 2025-11-04 08:56:05 +08:00 
			
		
		
		
	* Add support to manage multiple connections * Add connection * Remove connection * Rename connection * Set connection as default * Add markdown/man pages * Fix recursion in hack/xref-helpmsgs-manpages Signed-off-by: Jhon Honce <jhonce@redhat.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			580 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			580 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
% podman-system-connection-list(1)
 | 
						|
 | 
						|
## NAME
 | 
						|
podman\-system\-connection\-list - List the destination for the Podman service(s)
 | 
						|
 | 
						|
## SYNOPSIS
 | 
						|
**podman system connection list**
 | 
						|
 | 
						|
**podman system connection ls**
 | 
						|
 | 
						|
## DESCRIPTION
 | 
						|
List ssh destination(s) for podman service(s).
 | 
						|
 | 
						|
## EXAMPLE
 | 
						|
```
 | 
						|
$ podman system connection list
 | 
						|
Name URI                                           Identity
 | 
						|
devl ssh://root@example.com/run/podman/podman.sock ~/.ssh/id_rsa
 | 
						|
```
 | 
						|
## SEE ALSO
 | 
						|
podman-system(1) , containers.conf(5)
 | 
						|
 | 
						|
## HISTORY
 | 
						|
July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)
 |