SSH Protocol V1 (Cannot log into my Dedicated Server)

I have a dedi running 16.04 and I run 18.10 Desktop.

Today I am unable to log into my dedi, via SSH, as I get the following error

SSH protocol v.1 is no longer supported

Hoping someone can please help me, or I have some serious problems.

Thanks

3

1 Answer

Place something like this in your ~/.ssh/config file:

Host sq Hostname squid User walt ForwardX11 yes Protocol 2

ssh protocol 1 is depreciated because it leaks info, and can be broken so that encrypted traffic can be viewed.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like