Slashdot Mirror


OpenSSH 3.6 Released

petabyte writes "Now that RedHat 9 is out, here's something for the rest of us. OpenSSH 3.6 has been released today. Is has several new features including a progress meter for sftp and bandwidth limiting for scp. I haven't installed it yet but I'm sure the packages will be hitting mirrors soon enough. There's even a new T-shirt."

6 comments

  1. FreeBSD's OpenSSH port updated by questionlp · · Score: 3, Informative

    The OpenSSH port for FreeBSD (under security/openssh) has been updated to 3.6 this morning. One can pull down the individual port tarball from a local FTP mirror or by using CVSup to update a local Ports collection.

  2. Tab completion by norwoodites · · Score: 3, Informative

    Which went in 3.5 is cool.

  3. bandwidth by Satai · · Score: 3, Informative

    The bandwidth limitation is a big thing for me. I am pretty pleased to see it -- wget has had it for a while, and I like to be able to shut my connections off above 25k or so when it's during peak hours, to be considerate. Now I have that option for secure copying. :-)

    1. Re:bandwidth by QuMa · · Score: 1

      Should have used rsync witch can run over ssh and does --bwlimit. Still plenty of reason to use it though.

  4. OpenSSH 3.6.1 released by next_permutation · · Score: 1

    An updated version, OpenSSH 3.6.1, has just been released. Apparantly, the 'kex guesses' bugfix from OpenSSH 3.6 triggers a bug in a few other SSH v2 implementations and causes connections to stall. OpenSSH 3.6.1 disables this bugfix when interoperating with these implementations.

    1. Re:OpenSSH 3.6.1 released by Anonymous Coward · · Score: 0

      Figures. Never trust that crap on the first release.