John Hawley wrote:
> 
> eh?
> 
> $ cat /etc/apt/sources.list
> #deb ftp://ftp.mn-linux.org/linux/debian woody main contrib non-free
> deb http://http.us.debian.org/debian woody main contrib non-free
> deb http://non-us.debian.org/debian-non-US woody/non-US main contrib
> non-free
> deb http://security.debian.org/debian-security stable/updates main
> contrib
> non-free
> 
> $ apt-get update
> 
> $ dpkg --list |grep ssh
> ii  ssh            2.2.0p1-1.1    Secure rlogin/rsh/rcp replacement
> (OpenSSH)
> 
> $ apt-get install ssh
> Reading Package Lists...
> Building Dependency Tree...
> Sorry, ssh is already the newest version
> 

It's in the unstable branch.

cfandre at spidey:/home/cfandre:501$ dpkg -l | grep ssh
ii  ssh            2.3.0p1-1.11   Secure rlogin/rsh/rcp replacement
(OpenSSH)
cfandre at spidey:/home/cfandre:502$