New issue 60 by guillermo.gomez: sshd_config Protocol 2 still reports HIGH
http://code.google.com/p/hntool/issues/detail?id=60
What steps will reproduce the problem?
1. /etc/sshd_config explicit Protocol 2
2. service sshd restart
3. hntool
What is the expected output? What do you see instead?
Expected : [ OK ]
Instead: [ HIGH ]
What version of the product are you using? On what operating system?
hntool 0.1.2
Linux 2.6.33.6-147.fc13.x86_64
Please provide any additional information below.
rpm download from koji (fedora build system)
I can't confirmed this as a bug. Can you please attach your sshd_config?
(Please remove all sensitive data, of course).
SyslogFacility AUTHPRIV
PasswordAuthentication yes
ChallengeResponseAuthentication no
GSSAPIAuthentication yes
GSSAPICleanupCredentials yes
UsePAM yes
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY
LC_MESSAGES
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
AcceptEnv XMODIFIERS
X11Forwarding yes
Subsystem sftp /usr/libexec/openssh/sftp-server
# the rest is just #'lines
hmm now appears okeyd with explicit protocol 2, which i missed in the
previous listing, but my environment has changed from the one i used for
the report, now the sympton disapeared (discard)
Checks security problems on sshd config file
SSH is using protocol
v2
[ OK ]
Can we assume the problem was solved?
"Can we assume the problem was solved?" Yes, please close the ticket.
Comment #6 on issue 60 by linux.rafa: sshd_config Protocol 2 still reports
HIGH
http://code.google.com/p/hntool/issues/detail?id=60
Fixed!