fix ssh parameter
This commit is contained in:
parent
754243de52
commit
24483b08bb
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user