OpenBSD integrates OpenSSH 3
Mr. Mot writes (from LWN) "OpenSSH: an Open Source Secure Shell program has been integrated into the OpenBSD operating system."
After the last of 16 mounting screws has been removed from an access cover, it will be discovered that the wrong access cover has been removed.
Heh... my turn :) (Score:2)
Seriously though, wonderful move for OpenBSD. First thing I do on any UNIX system I admin is disable telnetd and only run ssh for remote login. Additionaly, I only trust passwords. I don't allow auth by certificate, and I sure as hell don't allow rsh style auth.
Anon because I hope all the Offtopic mods won't kill my karma
OpenSSH, but what about that RSA thing? (Score:2)
OpenSSH is the best thing to use for remote admin, bar none.. I use it on all my boxen myself.. Unfourtunately I live and work in the US of A, and I am therefore infringing on RSA's patent on the RSA algorithym.
OpenBSD has successfully unencumbered SSH from everything except the patents on the algorithyms they are using. Two of them, RSA & IDEA, are patented and therefore require licensing for commercial use.
IDEA is easily lived without, as SSH uses several other algos for symetric encryption (RC4, DES, 3DES & Blowfish), but only one (RSA) for the public/private key encrytion nessasary to set up a session.
It would be nice if the OpenBSD guys could shove some Diffie-Hellman key exchange code into there as an option for those of us stuck in the States..
-] Crow