github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-system-connection-rename.1.md (about) 1 % podman-system-connection-rename(1) 2 3 ## NAME 4 podman\-system\-connection\-rename - Rename the destination for Podman service 5 6 ## SYNOPSIS 7 **podman system connection rename** *old* *new* 8 9 ## DESCRIPTION 10 Rename ssh destination from *old* to *new*. 11 12 ## EXAMPLE 13 ``` 14 $ podman system connection rename laptop devel 15 ``` 16 ## SEE ALSO 17 podman-system(1) , podman-system-connection(1) , containers.conf(5) 18 19 ## HISTORY 20 July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)