Andy Davidson <[EMAIL PROTECTED]> wrote: >I just installed Debian potato (2.2r0, I think; got the CDs from >CheapBytes) onto my PC and want to use ssh to connect to other machines. >But I can't find the package to install it. I gather from the web site >that it is non-USA, but how does one find and install it using apt-get?
Put these lines in /etc/apt/sources.list: deb http://non-us.debian.org/ unstable non-US/main non-US/contrib non-US/non-free deb-src http://non-us.debian.org/ unstable non-US/main non-US/contrib non-US/non-free (The second line is for sources as well as binaries.) Then 'dselect update' and 'apt-get install ssh'. Cheers, -- Colin Watson [EMAIL PROTECTED]