So how to protect myself ?
Posted Nov 20, 2008 21:24 UTC (Thu) by
jengelh (subscriber, #33263)
In reply to:
So how to protect myself ? by addw
Parent article:
SSH plaintext recovery vulnerability
This is paranoia. Or just good sense. I have not yet come across an SSH implementation that does not do AES-256-CTR, and should I, I'd replace it with something that does. putty, openssh, you name it.
# grep Ciphers sshd_config
Ciphers aes256-ctr
(
Log in to post comments)