On 24/08/17 10:21, Dan Norton wrote:
> Oops - forgot to try GNU Stow. Another time maybe.
In this case, you used the package manager, so there is no need for
stow. GNU Stow is useful when installing manually, for example, when one
compiles from source.
> Thank you, Mario, for your help. Great dis
On 08/23/2017 10:07 PM, Mario Castelán Castro wrote:
On 23/08/17 20:52, Dan Norton wrote:
Since borg is a self-contained binary, perhaps it does not need to be
formally declared as a package in Debian 8.
There is no relation between “is self-contained binary” and whether it
is in Debian. Aga
On Wed, Aug 23, 2017 at 09:07:02PM -0500, Mario Castelán Castro wrote:
> There is no relation between “is self-contained binary” and whether it
> is in Debian. Again, borgbackup is available in Debian 8, but you have
> to enable backports.
Which, for those who don't know, you do by following the i
On 23/08/17 20:52, Dan Norton wrote:
> Debian 8 is what I use. You must have snipped off that part of my post.
Right. You mentioned it in your very first post in this thread, but I
skipped over it. My bad.
> $ sudo gpg --keyserver 'hkp://pool.sks-keyservers.net' --fingerprint '6D5B
> EF9A DD20 7
On 23/08/17 19:34, Dan Norton wrote:
> I'm all for that, but unfortunately...
> $ apt-cache show borgbackup | grep ^Homepage
> E: No packages found
>
> Before posting I searched for borg and because nothing turned up I tried
> to install it another way. It's supposed to be a self-contained binary;
On 08/23/2017 08:53 PM, Mario Castelán Castro wrote:
If you are using Debian 9 or higher, then you have a configuration
problem because the package *is* there.
Debian 8 is what I use. You must have snipped off that part of my post.
I am not sure, but I think you are using a very old version
On 23/08/17 15:11, Dan Norton wrote:
> #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)
> is on my desktop. In the process of installing borg from:
>
> https://github.com/borgbackup/borg/releases
You can install it easily in Debian. The package is called “borgbackup”.
However, in Debian 9 it is an old
On 08/23/2017 07:24 PM, Mario Castelán Castro wrote:
On 23/08/17 15:11, Dan Norton wrote:
#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)
is on my desktop. In the process of installing borg from:
https://github.com/borgbackup/borg/releases
You can install it easily in Debian. The package is call
On Sat, Mar 28, 2009 at 01:06:22PM +0530, Sudev Barar wrote:
> 2009/3/28 Daniel Dalton :
> > How do I set up public key on linux? And then how do I sign files and
> > emails? I have read up on this, so understand the basics I think, but
> > just wondering what tools I use for: decrypting files, enc
>
>
>
> Original Message
>From: andreimpope...@gmail.com
>To: debian-user@lists.debian.org
>Subject: Re: public key
>Date: Sun, 29 Mar 2009 11:33:51 +0300
>
>>On Sun,29.Mar.09, 09:44:33, Daniel Dalton wrote:
>>> Hi,
>>>
>>> Okay
On Sat, Mar 28, 2009 at 05:21:47PM +1100, Daniel Dalton wrote:
> Hi,
>
> How do I set up public key on linux? And then how do I sign files and
> emails? I have read up on this, so understand the basics I think, but
> just wondering what tools I use for: decrypting files, encrypting files,
> signin
On Sun,29.Mar.09, 09:44:33, Daniel Dalton wrote:
> Hi,
>
> Okay, I've created my public key with gpg, how can I get mutt to use it
> now so I can sign all messages? And how do I encrypt mail?
From my ~/.mutt/muttrc
# GPG stuff
# sign all, encrypting can be selected before sending
set crypt_auto
Daniel Dalton writes:
[...]
> How can someone verify I created the file and the signiture wasn't just
> copied and pasted?
http://www.gnupg.org/gph/en/manual.html ?
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@
Hi,
Okay, I've created my public key with gpg, how can I get mutt to use it
now so I can sign all messages? And how do I encrypt mail?
And when I sign a file, what's stopping someone else from doing:
cp daniel's_signedfile.extention.sign ourfilename.txt.sign
How can someone verify I created the
>
>
>
> Original Message
>From: sba...@gmail.com
>To: d.dal...@iinet.net.au, debian-user@lists.debian.org
>Subject: Re: public key
>Date: Sat, 28 Mar 2009 13:06:22 +0530
>
>>2009/3/28 Daniel Dalton :
>>> How do I set up public key on linux? And t
2009/3/28 Daniel Dalton :
> How do I set up public key on linux? And then how do I sign files and
> emails? I have read up on this, so understand the basics I think, but
> just wondering what tools I use for: decrypting files, encrypting files,
> signing files and actually generating my key?
Creat
> sshfs ip.address.of.host: mountpoint -o
> IdentityFile="~/.ssh/id_remote"
>
> The reference from the sshfs help output and manpage is a
> bit obscure
> refering the reader to the ssh_config man page for ssh
> option where
> IdentityFile is described.
Better method: specify the identify file per
* Csányi Pál <[EMAIL PROTECTED]> [2007 Aug 17 13:31 -0500]:
> On Fri, Aug 17, 2007 at 01:10:26PM -0500, Nate Bargmann wrote:
> > * Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]:
> > > On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote:
> > > > I have my SSH set up to use only public key authe
* Nate Bargmann <[EMAIL PROTECTED]> [2007 Aug 17 13:11 -0500]:
> * Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]:
> > On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote:
> > > I have my SSH set up to use only public key authentication between my
> > > laptop and my remote host--no password fa
On Fri, Aug 17, 2007 at 01:10:26PM -0500, Nate Bargmann wrote:
> * Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]:
> > On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote:
> > > I have my SSH set up to use only public key authentication between my
> > > laptop and my remote host--no password fa
* Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]:
> On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote:
> > I have my SSH set up to use only public key authentication between my
> > laptop and my remote host--no password fallback, no PAM. So, I
> > initiate a session using:
> >
> > $ ssh -i .
On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote:
> I have my SSH set up to use only public key authentication between my
> laptop and my remote host--no password fallback, no PAM. So, I
> initiate a session using:
>
> $ ssh -i .ssh/id_remote remote.host.ip.address
>
> Then I am prompted for th
This will fix that:
gpg --recv-keys A70DAF536070D3A1 && (gpg --export -a A70DAF536070D3A1 | apt-key add -)
something about keys changing...
Cheers,
Kev
Thanks. That solved it -- the warnings are gone.
Mark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Tr
On Wed, Nov 22, 2006 at 09:48:25 +0100, Florian Kulzer wrote:
> On Wed, Nov 22, 2006 at 13:58:52 +0800, Deephay wrote:
> > On 11/22/06, Kevin Mark wrote:
> > >On Wed, Nov 22, 2006 at 03:12:27PM +1100, M-L wrote:
> > >> On Wednesday 22 November 2006 15:08, Mark Grieveson wrote:
> > >> > Hello. Afte
On Wed, Nov 22, 2006 at 01:58:52PM +0800, Deephay wrote:
> On 11/22/06, Kevin Mark <[EMAIL PROTECTED]> wrote:
> >On Wed, Nov 22, 2006 at 03:12:27PM +1100, M-L wrote:
> >> On Wednesday 22 November 2006 15:08, Mark Grieveson wrote:
> >> > Hello. After a recent upgrade of my Etch, I get the following
On Wed, Nov 22, 2006 at 13:58:52 +0800, Deephay wrote:
> On 11/22/06, Kevin Mark <[EMAIL PROTECTED]> wrote:
> >On Wed, Nov 22, 2006 at 03:12:27PM +1100, M-L wrote:
> >> On Wednesday 22 November 2006 15:08, Mark Grieveson wrote:
> >> > Hello. After a recent upgrade of my Etch, I get the following w
M-L wrote:
> On Wednesday 22 November 2006 15:08, Mark Grieveson wrote:
>
>> Hello. After a recent upgrade of my Etch, I get the following warning:
>>
>> Fetched 30.2kB in 9s (3350B/s)
>> Reading package lists... Done
>> W: There are no public key available for the following key IDs:
>> A70DAF5
On 11/22/06, Kevin Mark <[EMAIL PROTECTED]> wrote:
On Wed, Nov 22, 2006 at 03:12:27PM +1100, M-L wrote:
> On Wednesday 22 November 2006 15:08, Mark Grieveson wrote:
> > Hello. After a recent upgrade of my Etch, I get the following warning:
> >
> > Fetched 30.2kB in 9s (3350B/s)
> > Reading packa
On Wed, Nov 22, 2006 at 03:12:27PM +1100, M-L wrote:
> On Wednesday 22 November 2006 15:08, Mark Grieveson wrote:
> > Hello. After a recent upgrade of my Etch, I get the following warning:
> >
> > Fetched 30.2kB in 9s (3350B/s)
> > Reading package lists... Done
> > W: There are no public key avail
On Wednesday 22 November 2006 15:08, Mark Grieveson wrote:
> Hello. After a recent upgrade of my Etch, I get the following warning:
>
> Fetched 30.2kB in 9s (3350B/s)
> Reading package lists... Done
> W: There are no public key available for the following key IDs:
> A70DAF536070D3A1
> W: You may w
Hello
Joey Hess (<[EMAIL PROTECTED]>) wrote:
> Bryan Frechette wrote:
>> Hi i'm running debian testing and when i do apt-get update, i get a
>> public key fail when i update my database to do an upgrade of my
>> debian server and i the public key fails what do i do then
>
> apt-get --allow-unauth
Hello
Bryan Frechette (<[EMAIL PROTECTED]>) wrote:
> Hi i'm running debian testing and when i do apt-get update, i get a
> public key fail when i update my database to do an upgrade of my
> debian server and i the public key fails what do i do then
You need to import the archive key for 2006 (ma
Bryan Frechette wrote:
> Hi i'm running debian testing and when i do apt-get update, i get a public
> key fail when i update my database to do an upgrade of my debian server
> and i the public key fails what do i do then
apt-get --allow-unauthenticated install debian-archive-keyring
--
see shy j
33 matches
Mail list logo