Allow sha1 to ensure support for openssh 8.8
This commit is contained in:
parent
1cc004ed52
commit
156e2e37cd
@ -90,7 +90,11 @@ done
|
||||
|
||||
ssh_cmd() {
|
||||
echo "[SSH]" "$@" >&2
|
||||
ssh -o ConnectTimeout=1 -o PasswordAuthentication=no "root@$remarkable" "$@"
|
||||
ssh -o ConnectTimeout=1 \
|
||||
-o PasswordAuthentication=no \
|
||||
-o PubkeyAcceptedKeyTypes=+ssh-rsa \
|
||||
-o HostKeyAlgorithms=+ssh-rsa \
|
||||
"root@$remarkable" "$@"
|
||||
}
|
||||
|
||||
# kill reStream on remarkable at the end.
|
||||
|
Loading…
x
Reference in New Issue
Block a user