From 98393ae2e2a7adc8b780a4583fc6742073de7f32 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 10 May 2002 19:56:23 +0000 Subject: [PATCH] Mention that the -e COMMAND can contain options. --- rsync.yo | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.34.1