Yes: that's right on point. I do have some things I'd still like to
see. Maybe we should continue on #1002820 to avoid clutter? But
that's closed, and so maybe not a great choice.
Wishlist:
1. update stable so the information is more widely available.
2. Since apt-key is going a
ners clearly do not share that view.
>
> apt-secure's man page says to use apt-key to manage repository keys,
> and provides no other information on how to manage them, not even
> mentioning /etc/apt/trusted.gpg.d/. The apt-key manpage, on the other
> hand, says the program is d
says to use apt-key to manage repository keys,
and provides no other information on how to manage them, not even
mentioning /etc/apt/trusted.gpg.d/. The apt-key manpage, on the other
hand, says the program is deprecated and you should not use it. But
it provides no clue about what you shou
> What would be the easier way ?
I did:
# curl https://www.virtualbox.org/download/oracle_vbox_2016.asc | gpg --dearmor
> /usr/share/keyrings/virtualbox-keyring.gpg
$ sudoedit /etc/apt/sources.list.d/virtualbox.sources
And filled the file virtualbox.sources with:
Types: deb
URIs: https://down
t; > https://download.virtualbox.org/virtualbox/debian/dists/buster/InRelease:
> > > Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see
> > > the DEPRECATION section in apt-key(8) for details.
> > >
> > > I looked at section DEPRECATION in apt
DEPRECATION section in apt-key(8) for details.
I looked at section DEPRECATION in apt-key, but did not find how I can
extract those keys from /etc/apt/trusted.gpg and put them in trusted.gpg.d
What would be the easier way ?
Yes I already saw this but
1) How do I extract keys from /etc/apt/trusted.gpg
On 3/5/22, Erwan David wrote:
> Hi,
>
> When I update my packages I get the warning :
>
> W:
> https://download.virtualbox.org/virtualbox/debian/dists/buster/InRelease:
> Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see
> the DEPRECATION section i
Hi,
When I update my packages I get the warning :
W:
https://download.virtualbox.org/virtualbox/debian/dists/buster/InRelease:
Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see
the DEPRECATION section in apt-key(8) for details.
I looked at section DEPRECATION in apt
Perhaps it should be said that personal use of gpg and the use that a
system administrator makes of it and key-ing are different use-cases. So we
might expect fewer assumptions to hold and greater mystery :-)
On Sat, Jun 26, 2021, 1:53 PM wrote:
> On Sat, Jun 26, 2021 at 08:42:26AM -0400, Cindy
On Sat, Jun 26, 2021 at 08:42:26AM -0400, Cindy Sue Causey wrote:
> On 6/26/21, Andrei POPESCU wrote:
[...]
> > Well, it makes perfect sense if you remember that "everything is a
> > file", even if there are exceptions (e.g. network devices).
>
>
> Hopefully I'm reading this right. While on di
wed to simply copy files to the /etc/apt/trusted.gpg.d/
>> sub-directory without having to manage this by a special tool like gpg.
>> For
>> convincing me, maybe the man page of apt-key was simply missing a word
>> like
>> "manually" for expressing to "manu
On 26.06.21 11:54, Andrei POPESCU wrote:
(...)
Very good points, all appreciated.
Feel free to suggest patches for it through bugs against the harden-doc
package, or merge requests in Salsa if the Maintainer is accepting them.
I'll do so. I decided, motivated also by observing how you are d
; > > On Sb, 19 iun 21, 22:07:35, Marco Möller wrote:
> > > >
> > > > Command apt-key and its man page say that apt-key is deprecated, but do
> > > > not
> > > > suggest an instead recommended tool. It is only mentioned that keys
> > &g
On 21.06.21 07:58, Andrei POPESCU wrote:
On Du, 20 iun 21, 10:20:42, Andrei POPESCU wrote:
Package: release-notes
X-Debbugs-Cc: debian-user@lists.debian.org, a...@packages.debian.org
On Sb, 19 iun 21, 22:07:35, Marco Möller wrote:
Command apt-key and its man page say that apt-key is
On 20.06.21 17:36, Brad Rogers wrote:
On Sat, 19 Jun 2021 22:07:35 +0200
Marco Möller wrote:
Hello Marco,
Command apt-key and its man page say that apt-key is deprecated, but do
Coincidentally, I recently got notification of a pertinent blog post by
Julian Andres Klode. See;
https
On 20.06.21 14:11, Darac Marjal wrote:
On 19/06/2021 21:07, Marco Möller wrote:
Hello,
Command apt-key and its man page say that apt-key is deprecated, but
do not suggest an instead recommended tool. It is only mentioned that
keys would now be organized in /etc/apt/trusted.gpg.d/ . But how
On Sun, Jun 20, 2021 at 10:21:52AM -0400, Dan Ritter wrote:
This is ssh key management, not apt key management. apt key
things are for trusting package repositories.
...
Here's what you should do:
Kindly change the Subject: when you change the subject.
--
Please do not CC me for lis
On Du, 20 iun 21, 10:20:42, Andrei POPESCU wrote:
> Package: release-notes
> X-Debbugs-Cc: debian-user@lists.debian.org, a...@packages.debian.org
>
> On Sb, 19 iun 21, 22:07:35, Marco Möller wrote:
> >
> > Command apt-key and its man page say that apt-key is deprecated, b
Greg Wooledge wrote:
> On Sun, Jun 20, 2021 at 03:00:20PM -0400, Dan Ritter wrote:
> > The directory can just be created, and then the perms need to be
> >
> > chmod 600 ~/.ssh
>
> 700, sir.
Thank you.
-dsr-
On Sun, Jun 20, 2021 at 03:00:20PM -0400, Dan Ritter wrote:
> The directory can just be created, and then the perms need to be
>
> chmod 600 ~/.ssh
700, sir.
Gene Heskett wrote:
> On Sunday 20 June 2021 10:21:52 Dan Ritter wrote:
>
> > Gene Heskett wrote:
> > > I'd like to pleaed for a new apt-key, one that would survey the
> > > existing list, and on finding a key that is expired or is no longer
> > > ass
On Sun, Jun 20, 2021 at 12:57:10PM -0400, Gene Heskett wrote:
[...]
> Is it sufficient to create that directory, and
> touch .ssh/authorized_keys?
Creating the directory should be enough: ssh-copy-id will
take care of making (or overwriting) the file.
You'll want to make sure the SSH server pa
On Sunday 20 June 2021 10:21:52 Dan Ritter wrote:
> Gene Heskett wrote:
> > I'd like to pleaed for a new apt-key, one that would survey the
> > existing list, and on finding a key that is expired or is no longer
> > associated, offer the option of removing it, or refresh
On Sat, 19 Jun 2021 22:07:35 +0200
Marco Möller wrote:
Hello Marco,
>Command apt-key and its man page say that apt-key is deprecated, but do
Coincidentally, I recently got notification of a pertinent blog post by
Julian Andres Klode. See;
https://blog.jak-linux.org/2021/06/20/migrating-a
On Sunday 20 June 2021 10:21:52 Dan Ritter wrote:
> Gene Heskett wrote:
> > I'd like to pleaed for a new apt-key, one that would survey the
> > existing list, and on finding a key that is expired or is no longer
> > associated, offer the option of removing it, or refresh
On Sun, 20 Jun 2021 10:21:52 -0400
Dan Ritter wrote:
> Now, it sounds like you also have a problem with machines
> getting randomly assigned IP addresses. In a network of size 7,
> I would strongly advise you to stop using DHCP and just put in
> static IP assignments for each machine in
> /etc/n
Gene Heskett wrote:
> I'd like to pleaed for a new apt-key, one that would survey the existing
> list, and on finding a key that is expired or is no longer associated,
> offer the option of removing it, or refreshiing it.
>
> I have up to 7 machines on my local network,
On Sunday 20 June 2021 08:11:45 Darac Marjal wrote:
> On 19/06/2021 21:07, Marco Möller wrote:
> > Hello,
> > Command apt-key and its man page say that apt-key is deprecated, but
> > do not suggest an instead recommended tool. It is only mentioned
> > that keys would n
On 19/06/2021 21:07, Marco Möller wrote:
>
> Hello,
> Command apt-key and its man page say that apt-key is deprecated, but
> do not suggest an instead recommended tool. It is only mentioned that
> keys would now be organized in /etc/apt/trusted.gpg.d/ . But how
> should I man
Package: release-notes
X-Debbugs-Cc: debian-user@lists.debian.org, a...@packages.debian.org
On Sb, 19 iun 21, 22:07:35, Marco Möller wrote:
>
> Command apt-key and its man page say that apt-key is deprecated, but do not
> suggest an instead recommended tool. It is only mentioned that k
Hello,
Command apt-key and its man page say that apt-key is deprecated, but do
not suggest an instead recommended tool. It is only mentioned that keys
would now be organized in /etc/apt/trusted.gpg.d/ . But how should I
manage the keys saved there, for instance how to update them, or what
Op 12-01-2021 om 07:47 schreef Erwan David:
Hello,
to install signal desktop client, I followed their instructions, which
is to add their repository and, obviously their Kry.
However, I got a warning
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d
instead (see apt-key(8
On 12/01/2021 06:47, Erwan David wrote:
> Hello,
> to install signal desktop client, I followed their instructions, which
> is to add their repository and, obviously their Kry.
>
> However, I got a warning
> Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d
Hello,
to install signal desktop client, I followed their instructions, which
is to add their repository and, obviously their Kry.
However, I got a warning
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d
instead (see apt-key(8)).
But how to do this ?
man apt-key says
Mihamina Rakotomandimby:
> On 12/10/2014 02:19 PM, Andrei POPESCU wrote:
>
>> https://wiki.debian.org/SecureApt#How_to_find_and_add_a_key
…
> - the page you told me has the "gpg" invocation, but how to guess
> "--keyserver" and "--recv-keys" parameters value?
The only real answer to your questio
On Mi, 10 dec 14, 20:20:42, Mihamina Rakotomandimby wrote:
>
> - the key ofhttp://open.iabsis.com/debian/ is not part of
> debian-archive-keyring or debian-keyring, it's a 3rd party repo.
Of course, I wasn't implying it is.
> - I gave http://open.iabsis.com/debian/ as an example, but you can
On 12/10/2014 02:19 PM, Andrei POPESCU wrote:
On Mi, 10 dec 14, 10:22:28, Mihamina Rakotomandimby wrote:
Hi all
I have to use a repo: http://open.iabsis.com/debian/
When adding it in my sources, apt complains about not having GPG key about
it.
Would you know how to guess the gpg invocation (se
On Mi, 10 dec 14, 10:22:28, Mihamina Rakotomandimby wrote:
> Hi all
>
> I have to use a repo: http://open.iabsis.com/debian/
> When adding it in my sources, apt complains about not having GPG key about
> it.
> Would you know how to guess the gpg invocation (server, key,...) in order to
> import it
Hi all
I have to use a repo: http://open.iabsis.com/debian/
When adding it in my sources, apt complains about not having GPG key
about it.
Would you know how to guess the gpg invocation (server, key,...) in
order to import it to apt?
Thank you.
Florian Ernst wrote:
> On Thu, Sep 22, 2005 at 07:48:13PM +0200, Thomas Weinbrenner wrote:
> > Rodney D. Myers wrote:
> > > What package has apt-key?
> >
> > apt-key is part of the apt package.
> Not in testing, which is what the OP is asking.
> apt-key h
Hello *,
On Thu, Sep 22, 2005 at 07:48:13PM +0200, Thomas Weinbrenner wrote:
> Rodney D. Myers wrote:
> > What package has apt-key?
>
> apt-key is part of the apt package.
Not in testing, which is what the OP is asking.
apt-key has been part of apt since 0.6.0, and this branc
Rodney D. Myers wrote:
> What package has apt-key?
apt-key is part of the apt package.
--
Thomas Weinbrenner
pgpmmxUmidH6Y.pgp
Description: PGP signature
I'm not getting any of my email back through the mail list, so...
What package has apt-key?
My sources.list is as follows, and I do not see apt-key listed;
deb http://debian.oregonstate.edu/debian/ testing main
deb-src http://debian.oregonstate.edu/debian/ testing main
thanks
--
Rod
43 matches
Mail list logo