From: Wayne Davison Date: Fri, 10 May 2002 19:56:23 +0000 (+0000) Subject: Mention that the -e COMMAND can contain options. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/98393ae2e2a7adc8b780a4583fc6742073de7f32 Mention that the -e COMMAND can contain options. --- 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.