From 72d1940052acdebd8ecf642295c5165ec9946486 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 1 Oct 2010 20:45:28 -0300 Subject: [PATCH] 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. --- bacap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.43.0