ssh error no matching cipher found trying to connect
I am running macOS 10.13.2 I connect via terminal app with ssh to a non-mac system and am getting this error message:
ssh USERNAME@X.X.X.X
Unable to negotiate with X.X.X.X port 22: no matching cipher found. Their offer: aes128-cbc,blowfish-cbc,3des-cbc
I don't know how long this has been broken as I don't connect to this server often. I would have thought it would work, since the /etc/ssh/ssh_config file has this for the defaults:
# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
I don't have ciphers defined in my ~/.ssh/config file, so it should just be using the defaults.
Thanks,
Mac