diff options
Diffstat (limited to 'man/user-system-options.xml')
-rw-r--r-- | man/user-system-options.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/user-system-options.xml b/man/user-system-options.xml index eb875661de..4ad2d3b16d 100644 --- a/man/user-system-options.xml +++ b/man/user-system-options.xml @@ -33,12 +33,13 @@ <para>Execute the operation remotely. Specify a hostname, or a username and hostname separated by <literal>@</literal>, to connect to. The hostname may optionally be suffixed by a - container name, separated by <literal>:</literal>, which + port ssh is listening on, seperated by <literal>:</literal>, and then a + container name, separated by <literal>/</literal>, which connects directly to a specific container on the specified host. This will use SSH to talk to the remote machine manager instance. Container names may be enumerated with <command>machinectl -H - <replaceable>HOST</replaceable></command>.</para> + <replaceable>HOST</replaceable></command>. Put IPv6 addresses in brackets.</para> </listitem> </varlistentry> |