2

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

PennineAcute
  • 23
  • 1
  • 3

1 Answers1

4

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.

waltinator
  • 36,399