HEADS UP: new ssh in -current incompatibilities
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
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