-
Notifications
You must be signed in to change notification settings - Fork 63
OpenSSH 8.8 ssh-rsa problem #77
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
There is a problem when trying to log in via OpenSSH 8.8. To solve this, the following options must be added to the script
PubkeyAcceptedKeyTypes +ssh-rsaHostKeyAlgorithms +ssh-rsa
In line 93 the ssh call must be adapted as follows: ssh -o ConnectTimeout=1 -o PasswordAuthentication=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o HostKeyAlgorithms=+ssh-rsa "root@$remarkable" "$@"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working