Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 9460  / 2 Years ago, wed, december 8, 2021, 6:55:43

I have a remote machine I need to ssh to using blowfish encryption. I set everything up on my laptop on my previous distro and I have in my config file setup for blowfish. Today I install Ubuntu Gnome and when I try to ssh to whatever machine I get an error



/home/yotam/.ssh/config line 43: Bad cipher 'blowfish'.


I searched what I need to install, but it seems that this should come with the distro. What am I missing?


More From » ssh

 Answers
7

There is no cipher called blowfish in SSHv2. It was only in the old protocol SSHv1, which is gone (hopefully also on Ubuntu).



SSHv2 has cipher called blowfish-cbc as pointed out in manual page for ssh_config (always good place to start).


[#15625] Friday, December 10, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lishrag

Total Points: 306
Total Questions: 109
Total Answers: 125

Location: Saint Lucia
Member since Wed, Feb 8, 2023
1 Year ago
;