Slashdot Mirror


OpenSSH 3.5 Released

Dan writes "Markus Friedl announces that OpenSSH 3.5 has just been released with notable updates since 3.4. It will be available from the mirrors listed at http://www.openssh.com/ shortly. Enhancements include bug fixes, improved support for Privilege Separation (Portability, Kerberos, PermitRootLogin handling), RSA blinding in order to avoid timing attacks against the RSA host key and much more. Congratulations are in order for the OpenSSH team's hard work and efforts."

9 of 140 comments (clear)

  1. OpenSSH 3.5 -- by Anonymous Coward · · Score: 0, Funny

    now with 3.5 times MORE security holes!

  2. Re:Debian by dcstimm · · Score: 2, Funny

    Yeah debian isnt mainstream anymore, programs have to be stable to get into debian "unstable".... How smart are they?

  3. But, but.... by Anonymous Coward · · Score: 1, Funny

    They told me BSD was dead!!!

  4. Re:Everyone should use OpenSSH by Anonymous Coward · · Score: 0, Funny
  5. Why I Switched to OpenSSH by Anonymous Coward · · Score: 5, Funny

    OpenSSH gives me the flexibilty and versatility that I demand in mobile computing. As a professional freelance writer, I rely on OpenSSH to customize itself to the way I work to get my job done.

    Before I was using F-Secure SSH, and I always had problems with technical things my poor brain can't comprehend. Now I just tar zxvf openssh.tgz; ./configure; make; sudo make install and generate my public and private keys. It's so easy! OpenSSH gives me more power for less dough -- Girl Scout's honor!

    OpenSSH. It's about more and better.

  6. Re:Check those MD5s! by archen · · Score: 5, Funny

    easy, you check the md5 of the md5.

  7. Re:Check those MD5s! by Caled · · Score: 1, Funny

    If you don't have a copy of md5, you can download it here.
    ;)

  8. Re:embedded ports for OpenSSH by Anonymous Coward · · Score: 2, Funny

    yeah, it's called the openssh portable release. to make it run on my arm9 sidewinder (linux), i had to do the following:

    untar it
    type ./configure
    make
    make install

    (remember, the order of the commands is important)

  9. Re:Wish list item by joe_bruin · · Score: 4, Funny

    your wish is granted. say you got the first half of pr0n.tar.bz2:

    $ ssh remotehost -c "tail --bytes=\`ls -l | awk '/pr0n.tar.bz2/ { print $5; }' - `ls -l | awk '/pr0n.tar.bz2/ { print $5; }'` | bc\`" > pr0n.tar.bz2

    now, you're smart enough to turn this into a shell script, right? there's a reason openbsd doesn't ship with a "watch" script.

    note that there is probably an error in that commandline since i never tested it. go ahead, post it.