Originally posted by: n0cmonkey
Hell, I'd be recompiling it anyway. Unless you're using Debian unstable (I don't know how etch maps to these other names ) the version of OpenSSH used by Debian is horribly out of date.
Debian Stable uses version 4.3, the current Openssh release is 4.6.
Doesn't seem that bad. If you need newer version then that then the 'Debian way' would be compiling openssh from unstable via apt-source and such things. The way the package management system is setup is that you can compile from source using it, but not very many people need to do that so it's not that widely used.
This way you can keep things tidy and don't have to worry about things like a security update from debian overwriting your compiled from source version.
It would be nice to have a way to tell the package management system that you've done a paticular package or library yourself completely from scratch and without the use of any package management stuff, but so far nobody has taken care of that problem yet.