Jim,
jim martin wrote:
Hi.. We are using openssh-server-3.9p1-7 for our FC3
box,
[root@wa ]# rpm -qa | grep openssh-server openssh-server-3.9p1-7
however our auditor want us to upgrade from
Openssh protocol '1' to '2'
just change your sshd_config like you've been told before...
it means I need to upgrade to openssh-server-3.9p2.. right??
No, like you've been told before...
But when I do a
[root@wa]# up2date --showall | grep openssh-server openssh-server-3.9p1-8.0.1.i386
It is still p1 only
I log on to https://rhn.redhat.com/ and did a search
on openssh-server package. those available are all p1
only. Am I going to the right URL for FC3 ??
just change the sshd_config in /etc/ssh/ from
#Protocol 2,1
to
Protocol 2
and run
service sshd restart
Alex