Commit 98393ae2 authored by Wayne Davison's avatar Wayne Davison

Mention that the -e COMMAND can contain options.

parent 759ac870
......@@ -515,6 +515,13 @@ remote shell program to use for communication between the local and
remote copies of rsync. Typically, rsync is configured to use rsh by
default, but you may prefer to use ssh because of its high security.
Feel free to include options in the COMMAND. For instance:
quote(-e "ssh -1 -l joe")
(Note that ssh users can alternately customize site-specific connect
options in their .ssh/config file.)
You can also choose the remote shell program using the RSYNC_RSH
environment variable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment