Well… I don’t see how this relates to programming-scripting, which is
the theme of this area. Thus I’ll refrain from answering till explained,
or the thread is moved to the appropriate area.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
many thanks for the quick reply. Great to hear from you!
generated a key pair with KGpg
if i run the terminal:
gpg> list
pub 2048R/147E7674 generated: 2014-01-12 expires: never call: SCEA
Trusted: forevr: unlimited
sub 2048R/78A1B20C generated: 2014-01-12 expires: never call: SEA
uneing.] (1). martin_kaspar <martin.kaspar@campus-24.com>
well how can i find the private key. where is it?
i have no glue.?
Well - why do i ask this: some questions that come up if i think about the keys: - the private and the public.
Well - what about the export - i can do a export of key- but how to find the private key.
note - i want to use the private key in another programme than email.
i want to use the key in combination with Filezilla.
Am i able to do such with keys that are generated with KGpg ?
Do i need to copy the keys for such usage into other folders!`?
On 2014-01-13 20:36, dilbertone wrote:
>
> dear Robin,
>
> many thanks for all you did!
>
> well - i cannot move the thread - unfortunatley i am not able to do
> that!
Yes, you can. Click on the triangle button and ask moderators to do it
for you.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
There is a little triangle button below your window. It is labeled
“report” or similar. Click on it, request move.
If moderators had already seen this thread, they would already had moved
this days ago, or told me straight up to shut up, that I was mistaken
(nicely, of course - they have better manners than I do). You can
not simply write another post here asking for it.
I’m not using the web, so I can not use that button. You have to do it.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
BTW, it is you that should start your thread in the most fitting (sub)forum in the first place. And when you think you made a mistake, you can of course ask the mods to move it (through the report button), but then it is again you that should ask to move it to whatever (sub)forum you think it should have gone. It is not the mods that have to study your problem and then take the decission where to move it.
On 2014-01-14 10:46, hcvv wrote:
>
> BTW, it is you that should start your thread in the most fitting
> (sub)forum in the first place. And when you think you made a mistake,
> you can of course ask the mods to move it (through the report button),
> but then it is again you that should ask to move it to whatever
> (sub)forum you think it should have gone. It is not the mods that have
> to study your problem and then take the decission where to move it.
Thanks.
And perhaps I should explain my reticence to answer in the wrong area.
I’m using nntp, not web access, as those that know me are aware. This
has the consequence that when a thread is moved, I do not see the
starting posts of the thread, they remain at the old place. Thus I have
now to open two places, one to answer the questions, and another to see
what was asked. And I have to be extra careful not to answer at the
wrong place, or I create a new mess.
This complicates things for me quite a bit. Doable, but slow.
I will try to answer the original question, but it will have to wait.
Have to do some urgent house repairs first. Some hours.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
On 2014-01-14 10:36, hcvv wrote:
>
> hcvv;2615937 Wrote:
>> Will be moved to Applications.
> Moved from Programming/Scripting.
Thanks.
Now I can answer the OP questions.
On 2014-01-12 22:56, dilbertone wrote:
> just generated a key - with KGpg - on opensuse 13.1
>
> well i am able to export the public-key
>
> but well where do i find a private key in KGpg -
In kgpg you first select the key, right click, then on that context menu
select “Export public key”. Once done, you right click on the same entry
and select “Export secret key” instead.
> *btw - *i try to run the following code gpg -a --export mynamekey >
> mynamekey-public-gpg.key
You have to use “gpg2 --export --output filename”, but this exports all
keys in the keyring. For the private keys you have to use
“–export-secret-keys” and “–export-secret-subkeys” if they exist. Read
the man gpg2 page.
On 2014-01-13 20:36, dilbertone wrote:
> well the question is: how can i move the key from one KGpg to another
> notebook - which all runs KGpg
Well, you can simply copy the entire “~/.gnupg/” directory from one
machine to another. That’s the easiest thing to do. Well, maybe you want
to skip some of the files: it is very easy to see what is each file, the
names are obvious.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)