less than 1 minute read

Synology run deprecated versions of sshd. The cbc cipher needs to be explicitly allowed.

ssh -c aes256-cbc -o PubkeyAuthentication=no <USER>@<MACHINE>
ssh-copy-id -o "Ciphers=aes256-cbc" -o "PubkeyAuthentication=no" <USER>@<MACHINE>

Categories: ,

Updated: