From: Leandro Lucarella Date: Fri, 1 Oct 2010 23:45:28 +0000 (-0300) Subject: Don't provide any default options for ssh X-Git-Url: https://git.llucax.com/software/bacap.git/commitdiff_plain/72d1940052acdebd8ecf642295c5165ec9946486?ds=sidebyside Don't provide any default options for ssh Asuming the user will have a fast and trusted network is not the better default, it seems more reasonable to trust the user default options. --- diff --git a/bacap b/bacap index 8c649ed..9de8dc2 100755 --- a/bacap +++ b/bacap @@ -41,7 +41,7 @@ RSYNC_FLAGS="-aAXHx --numeric-ids --delete" RSYNC_VERBOSE_FLAGS="-v --stats" # rsync remote shell to use -RSYNC_RSH="ssh -c arcfour -o Compression=no -x" +RSYNC_RSH="ssh" #_INCLUDE_END_