Your message dated Tue, 12 Dec 2000 18:52:02 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#57794: [patch]: scp method for apt
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Feb 2000 10:45:34 +0000
Received: (qmail 11021 invoked from network); 11 Feb 2000 10:45:34 -0000
Received: from marilyn.plannet.de (194.162.80.3)
by master.debian.org with SMTP; 11 Feb 2000 10:45:34 -0000
Received: from leona.planNET.de ([EMAIL PROTECTED] [194.162.80.40])
by marilyn.planNET.de (8.8.8/8.8.8) with ESMTP id LAA05134
for <[EMAIL PROTECTED]>; Fri, 11 Feb 2000 11:45:33 +0100
Received: from mh by leona.planNET.de with local (Exim 3.12 #1 (Debian))
id 12JDZt-0004UL-00; Fri, 11 Feb 2000 11:45:33 +0100
From: [EMAIL PROTECTED]
Subject: apt: wish for method scp
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.9
Message-Id: <[EMAIL PROTECTED]>
Sender: Marc Haber <[EMAIL PROTECTED]>
Date: Fri, 11 Feb 2000 11:45:33 +0100
Package: apt
Version: 0.3.17
Severity: wishlist
[Note: I am pretty sure I submitted that wishlist bug a while ago. But
it neither shows up in my private archive nor in the BTS, so I assume
it got lost somewhere. Please disregard one of the instances if the other
shows up]
I'd like to see scp as an apt install option. This could be useful at least
in the following setting:
- company sells Debian-based systems with security relevant functions and
also does service for these machines.
- apt is used to update stock Debian and custom deb Packages automatically
at nighttime to the systems "out there".
Using scp as transfer method won't need an extra port opened in the packet
filter since ssh is open anyway for remote administration. Also, the crypto-
graphic host authentification will assure that the package actually comes from
the correct download server _and_ it is verified that the package comes
through untampered with. No need to do MD5 verification after download.
I think that would be _extremely_ handy.
Greetings
Marc
-- System Information
Debian Release: 2.2
Kernel Version: Linux leona 2.2.14 #1 Thu Feb 10 09:48:44 CET 2000 i586 unknown
Versions of the packages apt depends on:
ii libc6 2.1.3-1 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10 2.95.2-5 The GNU stdc++ library
---------------------------------------
Received: (at 57794-done) by bugs.debian.org; 13 Dec 2000 01:54:19 +0000
>From [EMAIL PROTECTED] Tue Dec 12 19:54:19 2000
Return-path: <[EMAIL PROTECTED]>
Received: from (crash.ab.videon.ca) [206.75.216.220] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14617b-0000fp-00; Tue, 12 Dec 2000 19:54:19 -0600
Received: from wakko.deltatee.com ([EMAIL PROTECTED] [24.108.173.63])
by crash.ab.videon.ca (8.9.2/8.9.2) with ESMTP id SAA21691;
Tue, 12 Dec 2000 18:52:06 -0700 (MST)
Received: from localhost
([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
id 14615S-0000BK-00; Tue, 12 Dec 2000 18:52:06 -0700
Date: Tue, 12 Dec 2000 18:52:02 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: David Whedon <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#57794: [patch]: scp method for apt
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Tue, 12 Dec 2000, David Whedon wrote:
> I wanted an scp method for apt too, and after doing it I did a bug search.
> Okay, so you've decided not to use this, fine with me, but I'll send it your
> way
> anyway, whatever you want to do with it is fine by me.
APT 4 has a rsh/ssh method actually.. Ben Collins wrote it.
Jason