]> git.saurik.com Git - apt-legacy.git/blame - doc/apt-secure.8
Added no-cache cache control to APT.
[apt-legacy.git] / doc / apt-secure.8
CommitLineData
da6ee469
JF
1.\" Title: apt\-secure
2.\" Author: Jason Gunthorpe
3.\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
4.\" Date: 14 December 2003
5.\" Manual:
6.\" Source: Linux
7.\"
8.TH "APT\-SECURE" "8" "14 December 2003" "Linux" ""
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14apt\-secure \- Archive authentication support for APT
15.SH "DESCRIPTION"
16.PP
17Starting with version 0.6,
18\fBapt\fR
19contains code that does signature checking of the Release file for all archives. This ensures that packages in the archive can't be modified by people who have no access to the Release file signing key.
20.PP
21If a package comes from a archive without a signature or with a signature that apt does not have a key for that package is considered untrusted and installing it will result in a big warning.
22\fBapt\-get\fR
23will currently only warn for unsigned archives, future releases might force all sources to be verified before downloading packages from them.
24.PP
25The package frontends
26\fBapt\-get\fR(8),
27\fBaptitude\fR(8)
28and
29\fBsynaptic\fR(8)
30support this new authentication feature.
31.SH "TRUSTED ARCHIVES"
32.PP
33The chain of trust from an apt archive to the end user is made up of different steps.
34\fBapt\-secure\fR
35is the last step in this chain, trusting an archive does not mean that the packages that you trust it do not contain malicious code but means that you trust the archive maintainer. Its the archive maintainer responsibility to ensure that the archive integrity is correct.
36.PP
37apt\-secure does not review signatures at a package level. If you require tools to do this you should look at
38\fBdebsig\-verify\fR
39and
40\fBdebsign\fR
41(provided in the debsig\-verify and devscripts packages respectively).
42.PP
43The chain of trust in Debian starts when a maintainer uploads a new package or a new version of a package to the Debian archive. This upload in order to become effective needs to be signed by a key of a maintainer within the Debian maintainer's keyring (available in the debian\-keyring package). Maintainer's keys are signed by other maintainers following pre\-established procedures to ensure the identity of the key holder.
44.PP
45Once the uploaded package is verified and included in the archive, the maintainer signature is stripped off, an MD5 sum of the package is computed and put in the Packages file. The MD5 sum of all of the packages files are then computed and put into the Release file. The Release file is then signed by the archive key (which is created once a year and distributed through the FTP server. This key is also on the Debian keyring.
46.PP
47Any end user can check the signature of the Release file, extract the MD5 sum of a package from it and compare it with the MD5 sum of the package he downloaded. Prior to version 0.6 only the MD5 sum of the downloaded Debian package was checked. Now both the MD5 sum and the signature of the Release file are checked.
48.PP
49Notice that this is distinct from checking signatures on a per package basis. It is designed to prevent two possible attacks:
50.TP 3n
51\(bu
52Network "man in the middle" attacks. Without signature checking, a malicious agent can introduce himself in the package download process and provide malicious software either by controlling a network element (router, switch, etc.) or by redirecting traffic to a rogue server (through arp or DNS spoofing attacks).
53.TP 3n
54\(bu
55Mirror network compromise. Without signature checking, a malicious agent can compromise a mirror host and modify the files in it to propagate malicious software to all users downloading packages from that host.
56.PP
57However, it does not defend against a compromise of the Debian master server itself (which signs the packages) or against a compromise of the key used to sign the Release files. In any case, this mechanism can complement a per\-package signature.
58.SH "USER CONFIGURATION"
59.PP
60
61\fBapt\-key\fR
62is the program that manages the list of keys used by apt. It can be used to add or remove keys although an installation of this release will automatically provide the default Debian archive signing keys used in the Debian package repositories.
63.PP
64In order to add a new key you need to first download it (you should make sure you are using a trusted communication channel when retrieving it), add it with
65\fBapt\-key\fR
66and then run
67\fBapt\-get update\fR
68so that apt can download and verify the
69\fIRelease.gpg\fR
70files from the archives you have configured.
71.SH "ARCHIVE CONFIGURATION"
72.PP
73If you want to provide archive signatures in an archive under your maintenance you have to:
74.TP 3n
75\(bu
76Create a toplevel Release file. if it does not exist already. You can do this by running
77\fBapt\-ftparchive release\fR
78(provided inftp apt\-utils).
79.TP 3n
80\(bu
81Sign it. You can do this by running
82\fBgpg \-abs \-o Release.gpg Release\fR.
83.TP 3n
84\(bu
85Publish the key fingerprint, that way your users will know what key they need to import in order to authenticate the files in the archive.
86.PP
87Whenever the contents of the archive changes (new packages are added or removed) the archive maintainer has to follow the first two steps previously outlined.
88.SH "SEE ALSO"
89.PP
90
91\fBapt.conf\fR(5),
92\fBapt\-get\fR(8),
93\fBsources.list\fR(5),
94\fBapt\-key\fR(8),
95\fBapt\-archive\fR(1),
96\fBdebsign\fR(1)
97\fBdebsig\-verify\fR(1),
98\fBgpg\fR(1)
99.PP
100For more backgound information you might want to review the
101[1]\&\fIDebian Security Infrastructure\fR
102chapter of the Securing Debian Manual (available also in the harden\-doc package) and the
103[2]\&\fIStrong Distribution HOWTO\fR
104by V. Alex Brennen.
105.SH "BUGS"
106.PP
107[3]\&\fIAPT bug page\fR. If you wish to report a bug in APT, please see
108\fI/usr/share/doc/debian/bug\-reporting.txt\fR
109or the
110\fBreportbug\fR(1)
111command.
112.SH "AUTHOR"
113.PP
114APT was written by the APT team
115<apt@packages.debian.org>.
116.SH "MANPAGE AUTHORS"
117.PP
118This man\-page is based on the work of Javier Fernández\-Sanguino Peña, Isaac Jones, Colin Walters, Florian Weimer and Michael Vogt.
119.SH "AUTHOR"
120.PP
121\fBJason Gunthorpe\fR
122.sp -1n
123.IP "" 3n
124Author.
125.SH "COPYRIGHT"
126Copyright \(co 1998\-2001 Jason Gunthorpe
127.br
128.SH "REFERENCES"
129.TP 3
1301.\ Debian Security Infrastructure
131\%http://www.debian.org/doc/manuals/securing\-debian\-howto/ch7.en.html
132.TP 3
1332.\ Strong Distribution HOWTO
134\%http://www.cryptnet.net/fdp/crypto/strong_distro.html
135.TP 3
1363.\ APT bug page
137\%http://bugs.debian.org/src:apt