Skip to content
Snippets Groups Projects
Commit 76f25f7c authored by Lintel Hekkert, Bas te's avatar Lintel Hekkert, Bas te
Browse files

changed ssh cipher, to make exchange faster

parent f6eba077
Branches
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ sub fork_sync {
if ($pid == 0) {
# Child
# Do the sync
`ssh $temp_sink "rsync $rsync_settings -e ssh $temp_seed:$sync_dir $sync_dir"`;
`ssh -c arcfour -x $temp_sink "rsync $rsync_settings -e 'ssh -c arcfour -x' $temp_seed:$sync_dir $sync_dir"`;
##########################################################################################################
#FIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXMEFIXME
my $return_value=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment