Re: [SLUG] SCP on debian

2001-06-27 Thread Ken Foskey

Matt Hope wrote:

> 
> matth@rtfm:~% apt-cache show ssh | grep Filename
> Filename: dists/potato/non-US/main/binary-sparc/ssh_1.2.3-9.3.deb
> 
> 'ssh' is in the non-US tree, make sure you add some non-US sources to your
> /etc/apt/sources.list. Personally, I use
> 
> deb http://mirror.cse.unsw.edu.au/pub/linux/debian-non-US stable/non-US \
> main contrib non-free
> 
> (this probably wont work right this moment, however - the server is down)


Well that explains why copying the setup from my laptop did not work. 
Laptop was set up at CSE.   I was a little confused.

Freeswan is checking for /boot/system.map (? from memory) and saying it 
does not match.

Where is it supposed to be on Debian?
Where is it configured in freeswan?
Is it a possible bogus message?

I installed with 'make bzlilo'.
Thanks
KenF


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Matt Hope

On Tue, 26 Jun 2001, Ken Foskey <[EMAIL PROTECTED]> wrote...
| 
| I have 'apt-cache search scp' and found nothing.
| 
| what is the package name?
| 
| Any tips on how I find it myself?
| 
| This is so I can grab a file off my main box from my Deb FW box because 
| I cannot grab freeswan directly using Lynx.  I am very confused.

matth@rtfm:~% dpkg -L ssh | grep scp
/usr/bin/scp
/usr/share/man/man1/scp.1.gz

matth@rtfm:~% apt-cache show ssh | grep Filename
Filename: dists/potato/non-US/main/binary-sparc/ssh_1.2.3-9.3.deb

'ssh' is in the non-US tree, make sure you add some non-US sources to your
/etc/apt/sources.list. Personally, I use

deb http://mirror.cse.unsw.edu.au/pub/linux/debian-non-US stable/non-US \
main contrib non-free

(this probably wont work right this moment, however - the server is down)


[--]
  Matt 'Dopey' Hope  [EMAIL PROTECTED]
   www.compsoc.cse.unsw.edu.au

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Thom May

* Mike Lake ([EMAIL PROTECTED]) wrote :
> On Tue, Jun 26, 2001 at 11:19:53PM +1000, Robert Reid wrote:
> > Hi,
> > scp is in the "ssh" package, so use
> > apt-get install ssh
>  
> > It is in the non-us branch I think, so make sure there is something to
> > that effect in your /etc/apt/sources.list file.
> > I think the version in potato is quite old, so you may wish to grab it
> > from woody or sid if you feel like it.
> 
> This is from my sources.list
> 
> # SSH2 is only in unstable and in the non-free section
> deb http://non-us.debian.org unstable/non-US contrib main non-free
>
Ignoring OpenSSH, which is SSH2 and free! 
-Thom

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Jon Austin

http://www.debian.org/distrib/packages

Still would not have done you any good; scp turns up no results.

- Original Message - 
From: "Andrew Bennetts" <[EMAIL PROTECTED]>
To: "Ken Foskey" <[EMAIL PROTECTED]>
Cc: "slug" <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 11:18 PM
Subject: Re: [SLUG] SCP on debian


> On Tue, Jun 26, 2001 at 11:18:26PM +1000, Ken Foskey wrote:
> apt-cache search is normally enough.  When it isn't, I think there's a
> web search somewhere that lets you do the equivalent of a dpkg -S on the
> entire distribution.  I can't find it at the moment though.  Can anyone
> help me out here?  I'm sure I've seen it somewhere.



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Mike Lake

On Tue, Jun 26, 2001 at 11:19:53PM +1000, Robert Reid wrote:
> Hi,
> scp is in the "ssh" package, so use
> apt-get install ssh
 
> It is in the non-us branch I think, so make sure there is something to
> that effect in your /etc/apt/sources.list file.
> I think the version in potato is quite old, so you may wish to grab it
> from woody or sid if you feel like it.

This is from my sources.list

# SSH2 is only in unstable and in the non-free section
deb http://non-us.debian.org unstable/non-US contrib main non-free

Mike
-- 
Today's scientific question is: What in the world is electricity? And where does it go 
after it leaves the toaster? -- Dave Barry, "What is Electricity?"

Michael Lake, University of Technology, Sydney
Work: [EMAIL PROTECTED] Ph: 02 9514 1724 Fx: 02 9514 1628 
Home: http://www.speleonics.com.au
Linux enthusiast, active caver and interested in anything technical.
   ***



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Anand Kumria

On Wed, Jun 27, 2001 at 12:16:36AM +1000, Ken Foskey wrote:
> 
> What is the correct sources.list for a firewall box?   It obvious should 
> have any security updates on it.

deb http://ftp.au.debian.org/pub/linux/debian stable main contrib non-free
deb http://ftp.au.debian.org/pub/linux/debian-non-US stable/non-US main contrib 
deb http://security.debian.org/ stable/updates main

Should do for most things.

Anand

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Ken Foskey

Jeff Waugh wrote:

> 
> 
>>I have 'apt-cache search scp' and found nothing.
>>
>>what is the package name?
>>
> 
> apt-get install ssh :)
> 
> - Jeff
> 
> 

First attempt was exactly that.   I get 'no available version' with lots 
of other words.

Broken set up?  I only have ftp.au.debian.org stable

Searches archives  must be this non-us that I did not set up...  yes 
we have liftoff.

RedHat 6.2 will not give up data,  ssh to it and scp back again. 
works...   compiling.



What is the correct sources.list for a firewall box?   It obvious should 
have any security updates on it.

Thanks
KenF


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Tom Massey

On Tue, Jun 26, 2001 at 11:18:33PM +1000, Andrew Bennetts wrote:
> apt-cache search is normally enough.  When it isn't, I think there's a
> web search somewhere that lets you do the equivalent of a dpkg -S on the
> entire distribution.  I can't find it at the moment though.  Can anyone
> help me out here?  I'm sure I've seen it somewhere.

 Very useful indeed.

Tom

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Andrew Bennetts

On Tue, Jun 26, 2001 at 11:18:26PM +1000, Ken Foskey wrote:
> 
> I have 'apt-cache search scp' and found nothing.
> 
> what is the package name?

ssh

> Any tips on how I find it myself?

apt-cache search is normally enough.  When it isn't, I think there's a
web search somewhere that lets you do the equivalent of a dpkg -S on the
entire distribution.  I can't find it at the moment though.  Can anyone
help me out here?  I'm sure I've seen it somewhere.

-Andrew.

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Robert Reid

Hi,

scp is in the "ssh" package, so use
apt-get install ssh

It is in the non-us branch I think, so make sure there is something to
that effect in your /etc/apt/sources.list file.
I think the version in potato is quite old, so you may wish to grab it
from woody or sid if you feel like it.

Rob

Ken Foskey wrote:

> I have 'apt-cache search scp' and found nothing.
>
> what is the package name?
>
> Any tips on how I find it myself?
>
> This is so I can grab a file off my main box from my Deb FW box because
> I cannot grab freeswan directly using Lynx.  I am very confused.
>
> KenF
>
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] SCP on debian

2001-06-26 Thread Jeff Waugh



> I have 'apt-cache search scp' and found nothing.
> 
> what is the package name?

apt-get install ssh :)

- Jeff

-- 
   "The ability to procrastinate is what separates us from the machines."   
 - Chris Gregory, Desktop Magazine  

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] SCP on debian

2001-06-26 Thread Ken Foskey


I have 'apt-cache search scp' and found nothing.

what is the package name?

Any tips on how I find it myself?

This is so I can grab a file off my main box from my Deb FW box because 
I cannot grab freeswan directly using Lynx.  I am very confused.

KenF


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug