X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/759ac87019791378c4a97b541e7cdf1349dd4c69..98393ae2e2a7adc8b780a4583fc6742073de7f32:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 5b9c677b..1aed8997 100644 --- a/rsync.yo +++ b/rsync.yo @@ -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.