Re: beginner -- installing ssh

2001-03-23 Thread Jason Majors
Do you have a non-us site in your /etc/apt/sources.list? Something like deb ftp://non-us.debian.org/debian-non-US stable non-US/main Most of the security related packages are at non-US, because Congressmen don't read the Constitution. On Fri, Mar 23, 2001 at 02:30:05PM -0600, Jake R. Johnson scrib

Re: beginner -- installing ssh

2001-03-23 Thread Noah L. Meyerhans
On Fri, Mar 23, 2001 at 01:56:20PM -0600, Jake R. Johnson wrote: > I am trying to install ssh and am having some problems > > #apt-get install openssh There is no 'openssh' package. The 'ssh' package is really openssh. The 'ssh-nonfree' package is ssh. I personally think that was a terrible dec

Re: beginner -- installing ssh

2001-03-23 Thread Jason Majors
I have it installed as the ssh package apt-get install ssh And it setup all of the dependencies for me. And it works too (I'm running mutt thru it right now). On Fri, Mar 23, 2001 at 01:56:20PM -0600, Jake R. Johnson scribbled... > I am trying to install ssh and am having some problems > > #apt-

Re: beginner -- installing ssh

2001-03-23 Thread Hall Stevenson
> I am trying to install ssh and am having some problems > > #apt-get install openssh > > then it asks for deps When it says that more files (deps) are needed, say "Yes" to download and install them. > #apt-get install openssl > > why can't I do this? One of the packages requirements is "libssl

beginner -- installing ssh

2001-03-23 Thread Jake R. Johnson
I am trying to install ssh and am having some problems #apt-get install openssh then it asks for deps #apt-get install openssl why can't I do this?