I've been a linux user for a long time, but this is my first experience with debian.
I just got a machine installed with debian yesterday, and want to install openssh on it, but I can't seem to find the openssh package. I've searched the web, and haven't found anything that tells me where to look. Every time I try to use apt-get, I get "E: Couldn't find package openssh." I suspect I'm just missing the magic line from my sources.list file. Here's what I've got right now. What am I missing? # See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs # CDROMs are managed through the apt-cdrom tool. deb http://http.us.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free deb http://security.debian.org stable/updates main contrib non-free # Uncomment if you want the apt-get source function to work deb-src http://http.us.debian.org/debian stable main contrib non-free #deb-src http://non-us.debian.org/debian-non-US stable non-US # qmail, djbdns, etc. deb ftp://ftp.innominate.org/gpa/Debian potato unofficial deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-1 (20001207)]/ unstable contrib main non-US/contrib non-US/main -- Ted Rathkopf