does anybody really need ssh V1 or RootLogin by default
after 'matrix-reloaded' it seems that 'ssh V1 CRC32' comes back in mind http://www.insecure.org/
could this be *disabled* in future rpm´s ?
# grep "Proto\|Root" /etc/ssh/sshd_config #Protocol 2,1 Protocol 2 #PermitRootLogin yes PermitRootLogin no $ ssh -1 localhost Protocol major versions differ: 1 vs. 2
$ ssh -2 localhost works
# grep "Proto\|Root" /etc/ssh/sshd_config #Protocol 2,1 #Protocol 2 #PermitRootLogin yes PermitRootLogin no
$ ssh -1 localhost works $ ssh -2 root@xxxxxxxxx Permission denied, please try again. Permission denied, please try again. Permission denied.
-- shrek-m