From 24483b08bbbcf60b4ea364467a9d72c379fd8e58 Mon Sep 17 00:00:00 2001 From: "thorsten.spille" Date: Sat, 4 Mar 2023 17:18:59 +0100 Subject: [PATCH] fix ssh parameter --- bashclub-zsync/usr/bin/bashclub-zsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashclub-zsync/usr/bin/bashclub-zsync b/bashclub-zsync/usr/bin/bashclub-zsync index 6a8e16c..8a75034 100644 --- a/bashclub-zsync/usr/bin/bashclub-zsync +++ b/bashclub-zsync/usr/bin/bashclub-zsync @@ -94,7 +94,7 @@ remote_aes=$($ssh root@192.168.200.241 "/usr/bin/grep -m1 -o aes /proc/cpuinfo") if [[ $local_aes == "aes" ]] && [[ $remote_aes == "aes" ]]; then - sshcipher=-Caes256-gcm@openssh.com + sshcipher=-caes256-gcm@openssh.com fi