Slashdot Mirror


OpenSSH Going Strong After 10 Years With Release of v5.3

An anonymous reader writes "OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. It encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions. Version 5.3 marks the 10th anniversary of the OpenSSH project."

7 of 249 comments (clear)

  1. Re:I know I'm not alone in this... by e9th · · Score: 4, Informative

    Please consider buying one or more of their so-ugly-they're-cute T-shirts.

  2. Re:Is OpenSSH still speed limited? by WuphonsReach · · Score: 4, Informative

    Like the other poster, I've see 30-50 MB/s (300-500 Mbps) over a gigabit network when copying between boxes using scp. The limitations were more the frame size (not using jumbo frames on that network) along with the read/write speeds of the system on each end.

    So, it's no slouch and better then SMB/CIFS.

    --
    Wolde you bothe eate your cake, and have your cake?
  3. Re:How was life possible without it? by evilviper · · Score: 5, Informative

    The original OpenSSH implementation was based on Tatu's code.

    Yes it was. But Tatu's SSH was the old, insecure protocol.

    And there were many secure remote access tools before it. kerberized telnet, telnet/ftp over SSL, and limitless others.

    It's not the magical protocol (which is quite similar to SSL plus RSH/RCP), or the initial few lines of code that got it started. It's the fact that it was open, secure, widely available, and being pushed by the OpenSSH folks to be used as the default form of remote access on Unix systems.

    Tatu didn't have anything to do with it. He was too busy commercializing it, and repeatedly threatened, and then suing the OpenSSH project for all their hard work. If he had chosen to keep SSH open, we'd have been a LOT further along. As other posters correctly remember, support for SSH very nearly died with that step. Many programs included SSHv1 support, and then just stagnated and let the code rot. If not for OpenSSH, it would be another relic of secure telnet protocols tried and failed, not having gone anywhere, and we'd go merrily along, using telnet and rsh, bemoaning the fact that it's so insecure, and that nothing better ever came along.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  4. Re:Thanks OpenBSD by Dadoo · · Score: 3, Informative

    I'd like to thank the OpenBSD project, as well, but I'd also like to point out a few issues.

    OpenSSH still won't work with certificates signed by a CA.

    OpenSSH doesn't allow an unencrypted connection (after authentication). Not all CPUs can encrypt/decrypt at 1Gbps.

    OpenSSH doesn't work - as advertised - with an exclamation point in a "Match" statement.

    Other than that, OpenSSH is possibly one of the most capable and reliable pieces of software I've ever had the privilege to use.

    --
    Sit, Ubuntu, sit. Good dog.
  5. Re:i dont need ssh by Anonymous Coward · · Score: 5, Informative

    For the young folk who are scratching their heads...

    http://www.bash.org/?244321

  6. rsync over SSH for backups by Cato · · Score: 4, Informative

    One of the best things about SSH is rsync - you only need an SSH enabled login on a machine, with a copy of rsync, to be able to efficiently copy data with block-level incremental efficiency. Even better, there are excellent backup tools such as rsnapshot that build on rsync to store multiple versions of a file in the backup file tree, using hard links to avoid storing the same version twice - so every backup is a full backup in terms of easy recovery, but an incremental backup in terms of network and storage efficiency.

    See http://slashdot.org/comments.pl?sid=1371703&cid=29451267 for more about rsnapshot and friends.

  7. Re:I know I'm not alone in this... by TheRaven64 · · Score: 4, Informative

    OpenSSH is developed by OpenBSD. They accept PayPal donations via the link on this page.

    --
    I am TheRaven on Soylent News