fix ssh parameter
This commit is contained in:
parent
754243de52
commit
24483b08bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
if [[ $local_aes == "aes" ]] && [[ $remote_aes == "aes" ]]; then
|
||||||
sshcipher=-Caes256-gcm@openssh.com
|
sshcipher=-caes256-gcm@openssh.com
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue