diff --git a/Shorewall/manpages/shorewall.conf.xml b/Shorewall/manpages/shorewall.conf.xml
index 80bb091b2..f312995d6 100644
--- a/Shorewall/manpages/shorewall.conf.xml
+++ b/Shorewall/manpages/shorewall.conf.xml
@@ -2151,36 +2151,44 @@ LOG:info:,bar net fw
load and reload commands.
Beginning with release 3.9.5, you may define an alternative means
for accessing the remote firewall system. In that release, two new
- options were added to shorewall.conf:
- RSH_COMMAND
+ options were added to shorewall.conf:
- RCP_COMMAND
- The default values for these are as
- follows:
- RSH_COMMAND: ssh ${root}@${system} ${command}
+
+ RSH_COMMAND
- RCP_COMMAND: scp ${files}
- ${root}@${system}:${destination}
- Shell variables that will be set when the commands
- are invoked are as follows:
- root - root user. Normally
- but may be overridden using the '-r'
- option.
+ RCP_COMMAND
+
- system - The name/IP address
- of the remote firewall system.
+ The default values for these are as follows:
- command - For RSH_COMMAND,
- the command to be executed on the firewall system.
+
+ RSH_COMMAND: ssh ${root}@${system} ${command}
- files - For RCP_COMMAND, a
- space-separated list of files to be copied to the remote
- firewall system.
+ RCP_COMMAND: scp ${files}
+ ${root}@${system}:${destination}
+
- destination - The directory
- on the remote system that the files are to be copied
- into.
-
+ Shell variables that will be set when the commands are invoked
+ are as follows:
+
+
+ root - root user. Normally
+ but may be overridden using the '-r'
+ option.
+
+ system - The name/IP address of
+ the remote firewall system.
+
+ command - For RSH_COMMAND, the
+ command to be executed on the firewall system.
+
+ files - For RCP_COMMAND, a
+ space-separated list of files to be copied to the remote firewall
+ system.
+
+ destination - The directory on
+ the remote system that the files are to be copied into.
+
diff --git a/Shorewall6/manpages/shorewall6.conf.xml b/Shorewall6/manpages/shorewall6.conf.xml
index 6393259b2..361244aff 100644
--- a/Shorewall6/manpages/shorewall6.conf.xml
+++ b/Shorewall6/manpages/shorewall6.conf.xml
@@ -1871,43 +1871,49 @@ LOG:info:,bar net fw
role="bold">"
- Earlier generations of Shorewall6 Lite required that remote
+ Earlier generations of Shorewall Lite required that remote
root login via ssh be enabled in order to use the
load and reload commands.
Beginning with release 3.9.5, you may define an alternative means
for accessing the remote firewall system. In that release, two new
- options were added to shorewall6.conf:
- RSH_COMMAND
+ options were added to shorewall.conf:
- RCP_COMMAND
- The default values for these are as
- follows:
- RSH_COMMAND: ssh ${root}@${system} ${command}
+
+ RSH_COMMAND
- RCP_COMMAND: scp ${files}
- ${root}@${system}:${destination}
- Shell variables that will be set when the commands
- are invoked are as follows:
- root - root user. Normally
- but may be overridden using the '-r'
- option.
+ RCP_COMMAND
+
- system - The name/IP address
- of the remote firewall system.
+ The default values for these are as follows:
- command - For RSH_COMMAND,
- the command to be executed on the firewall system.
+
+ RSH_COMMAND: ssh ${root}@${system} ${command}
- files - For RCP_COMMAND, a
- space-separated list of files to be copied to the remote
- firewall system.
+ RCP_COMMAND: scp ${files}
+ ${root}@${system}:${destination}
+
- destination - The directory
- on the remote system that the files are to be copied
- into.
-
+ Shell variables that will be set when the commands are invoked
+ are as follows:
-
+
+ root - root user. Normally
+ but may be overridden using the '-r'
+ option.
+
+ system - The name/IP address of
+ the remote firewall system.
+
+ command - For RSH_COMMAND, the
+ command to be executed on the firewall system.
+
+ files - For RCP_COMMAND, a
+ space-separated list of files to be copied to the remote firewall
+ system.
+
+ destination - The directory on
+ the remote system that the files are to be copied into.
+