OpenSSH Retires Deprecated Protocol

| 0 Comments | 0 TrackBacks
Markus@ (OpenBSD developer) has just committed source code changes which disable version 1 of the OpenSSH application protocol. Old clients and servers that rely on protocol version 1 will no longer communicate with future versions of OpenSSH.

binary.jpgFor over eight years OpenSSH clients and servers have defaulted to protocol version 2 and negotiated down to 1 when necessary. OpenSSH version 5.3 released on October 1, 2009 includes this behavior. However that negotiation is gone in subsequent versions making protocol version 2 mandatory.

Prepackaged versions of OpenSSH supplied by vendors or embedded in routers, switches, and consoles may be affected if the vendor has not updated in recent years. Now may be a prudent time to check for updates.

Here are links to the relevant file diffs for those interested in the gory details of this change.

readconf.c
servconf.c
sshd_config
ssh_config.5
sshd_config.5

Reblog this post [with Zemanta]

No TrackBacks

TrackBack URL: http://www.bonetruck.org/cgi-bin/mt-tb-0108.cgi/2

Leave a comment

Recent Entries

Traditional Data Backup and Clouds, They Don't Mix
People are enamored with "cloud computing" these days.  It's featured in TV commercials, vendor certifications, magazine articles, and industry analyst…
Quick Start to Web App Development with the Snap Framework and OpenBSD
The Haskell based Snap Framework is now available via the OpenBSD ports tree.  If you enjoy writing your programs in…
Three Steps to a Free Laptop Backup
I use Dropbox to maintain a near real-time backup of my important data. You can too. Here's how to get…