FuManChu wrote:

Stable only? my testing/unstable box isn't showing one.

[link|http://http.us.debian.org/debian/pool/main/o/openssh/ssh_3.6.1p2-7_i386.deb|http://http.us.debia....6.1p2-7_i386.deb] is your ticket, if you run IA32. It's now the version for unstable/sid, and the binary depends on the unstable/sid version of libc6, 2.3.2-7. (If you're allergic to the latter for some reason, you can always "apt-get source" the thing and rebuild it against your installed libc6-dev libs (currently, v. 2.3.1-16 for testing/sarge).

If you set up "pinning"[1], you can autofetch dependencies from unstable when you type such things as:

# apt-get update && apt-get -t unstable install ssh


[1] Add this to /etc/apt/preferences :

--- begin cut here ---
Package: *
Pin: release a=unstable
Pin-Priority: 50
--- end cut here ---
...and add lines for "unstable" to /etc/apt/sources.list.

Tutorial:
[link|http://jaqque.sbih.org/kplug/apt-pinning.html|http://jaqque.sbih.o.../apt-pinning.html]

Rick Moen
rick@linuxmafia.com