Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

HEADS UP: new ssh in -current incompatibilities



Hey folks,

as usual with a new "bug fix" ssh release (like we imported in -current
over the weekend) there comes a new set of incompatibilities.

This time they removed all CBC ciphers from the default set of allowed
ciphers.

If you are using older machines with LOM, you will have to add
something like this to your .ssh/config file:

--8<--
Host v210-console
        KexAlgorithms diffie-hellman-group1-sha1
        Ciphers aes128-cbc
-->8--


Martin


Home | Main Index | Thread Index | Old Index