Re: what is the latest version of openssh-server

From: Alexander Apprich (a.apprich_at_science-computing.de)
Date: 05/10/05

  • Next message: David Hoffman: "Re: what is the latest version of openssh-server"
    Date: Tue, 10 May 2005 16:40:35 +0200
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    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

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: David Hoffman: "Re: what is the latest version of openssh-server"