odd ssh error message

Jordon Bedwell jordon at envygeeks.com
Tue Dec 28 19:50:15 UTC 2010


On 12/28/2010 1:43 PM, stan wrote:
> I am trying to set up ssh access to a Hirschman network switch. I have
> created the key file, and tftp'd it to the switch. Thier instructions call
> for an RSA1 key, so that is what I used. Now when I try to ssh to the
> switch, I get the following error message:
>
> Selected cipher type<unknown>  not supported by server.
>
> What am I doing wrong?
>

Tis not the key that is having problems, looks like you are having 
problems with possibly AES > 3DES type of configuration.  Time to edit 
that file everybody forgets about /etc/ssh/ssh_config (notice the 
missing d, this is your actual client configuration file, not the 
servers configuration file) you'll see the ciphers config already 
pre-appended, sometimes it's not commented out, you can comment it out 
and let the server select the cipher.  If that still doesn't work, you 
can contact them to see which ciphers they enforce and then enforce that 
for your specific server with the cipher config.




More information about the ubuntu-users mailing list