How to ssh in to a blowfish-based server from MacOS Sierra?

Solution 1:

Manual page for ssh explains the -c switch, which is used for the cipher specification:

ssh -c blowfish-cbc your_host

should do the job.