Page 3 of 13 FirstFirst 12345 ... LastLast
Results 21 to 30 of 130

Thread: OpenSSL vulnerability

  1. #21
    Join Date
    Nov 2007
    Location
    Southern Maine
    Beans
    90

    Re: OpenSSL vulnerability in Debian---Ubuntu too?

    I'm confused. I just did an apt-get update and apt-get upgrade but for some reason it's holding back openssh-client and openssh-server. Is this because they're still working on a patch for the patch?

  2. #22
    Join Date
    Oct 2007
    Location
    Seattle, WA USA
    Beans
    133
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Trouble updating client in 8.04x64

    Quote Originally Posted by rescdsk View Post
    That one is a udeb --- those are used in the installer, you don't need them on a complete system.
    Eek! Didn't know that. And I thought I was missing something important.
    Ubuntu 13.10x64 on Thinkpad x220 with crypted / and swap

  3. #23
    Join Date
    Mar 2007
    Beans
    19

    Re: OpenSSL vulnerability in Debian---Ubuntu too?

    Quote Originally Posted by fishtoprecords View Post
    anyone know where to find the magic fix program:
    ssh-vulnkey

    as mentioned in the releases.
    Code:
    `--> wajig whichpkg ssh-vulnkey 
    File Path                                                   Package          
    ===========================================================-=================
    INSTALLED
    /usr/bin/ssh-vulnkey                                        openssh-client   
    /usr/share/man/man1/ssh-vulnkey.1.gz                        openssh-client 
      
    `--> wajig status openssh-client
    Package                 Installed       
    =======================-===============
    openssh-client      	1:4.7p1-8ubuntu1.1

  4. #24
    Join Date
    Oct 2006
    Location
    Canada
    Beans
    70
    Distro
    Ubuntu

    Re: OpenSSL vulnerability in Debian---Ubuntu too?

    Quote Originally Posted by yaztromo View Post
    Okay here's how I did it for SSH. Not the most elegant way but it works.

    ...
    I'm pretty sure there's an easier way. For SSH2:
    Code:
    sudo ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa
    sudo ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa
    I'll give it a shot when I get home. I'm not entirely confident that I should try overwriting my SSH keys while using an SSH session.

  5. #25
    Join Date
    Apr 2008
    Location
    Phoenix, AZ
    Beans
    1,393
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: OpenSSL vulnerability in Debian---Ubuntu too?

    Quote Originally Posted by murchball View Post
    I'm confused. I just did an apt-get update and apt-get upgrade but for some reason it's holding back openssh-client and openssh-server. Is this because they're still working on a patch for the patch?
    The update is not on all of the mirror repositories yet. You can get from the main repository though.

  6. #26
    Join Date
    Jun 2007
    Beans
    1,279
    Distro
    Ubuntu Development Release

    Re: OpenSSL vulnerability in Debian---Ubuntu too?

    i ran "sudo ssh-vulnkey -a". It gave me no output at all. What does this mean?
    Has anybody succesfully re-generated their keys yet using ssh-keygen? And what was the exact method used?

    Cheers

  7. #27
    Join Date
    Feb 2008
    Location
    USA
    Beans
    189
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: OpenSSL vulnerability in Debian---Ubuntu too?

    Quote Originally Posted by murchball View Post
    I'm confused. I just did an apt-get update and apt-get upgrade but for some reason it's holding back openssh-client and openssh-server. Is this because they're still working on a patch for the patch?
    Not sure why apt-get is doing that, but I solved the problem by logging in at the console and doing the following:

    Code:
    sudo apt-get purge openssh-client openssh-server
    sudo apt-get install openssh-client openssh-server
    It installed, along with ssh-vulnkey, and generated new keys.

  8. #28
    Join Date
    May 2008
    Beans
    1

    Re: OpenSSL vulnerability in Debian---Ubuntu too?

    Just looking for a bit of clarity here.

    After patching, I'm going to have to repurchase all my CA provided SSL certificates aren't I?

  9. #29
    Join Date
    Dec 2007
    Location
    California
    Beans
    30
    Distro
    Ubuntu 9.10 Karmic Koala

    OpenSSL vulnerability

    https://lists.ubuntu.com/archives/ub...ay/000705.html

    http://lists.debian.org/debian-secur.../msg00152.html

    I went ahead & dist-upgraded and during the upgrade SSH keys were regenerated, nice.

    Does this mean everything I generated an SSL certificate for should also be recreated???

  10. #30
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: OpenSSL vulnerability

    Most likely. I would at least for added security.
    I just got done recreating my SSH keys
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

Page 3 of 13 FirstFirst 12345 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •