gnupg Questions
3
Started using Eclipse (2018-12) and noticed that none of my commits have a verified signature when pushing to GitHub.
Is there a way to have Eclipse sign my commits to GitHub with my public GPG ke...
3
Before apt-key was deprecated, I was using Ansible playbooks to add and update keys in my servers. At the moment, apt-key no longer updates the keys. In few searches, I found that I need to use gpg...
Hostetler asked 23/3, 2022 at 10:6
2
I am trying to enable gpg commit signing on my mac. I have successfully signed one commit and then tried to do it again and ever since I can't get it to work properly again.
Every time it says Bad ...
Worth asked 13/6, 2022 at 14:39
3
Solved
on my server i try to get the keys and execute the command
gpg --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
but I get that the server is not available
gpg: keyserver receive...
2
Solved
1. Summary
I can not begin to use Gpg4win.
2. Expected behavior
Successfully commits.
3. Actual behavior
SashaChernykh@DESKTOP-EEOT0TN D:\SashaGitHub
$ git commit -m "[Test] gpg4win"
gpg: ...
2
Solved
I'm trying to use interesting password management tool named Pass.
I did the following:
Installed gpg tool $ sudo dnf install gpg
Generated a key using $ gpg --gen-key
Typed $ pass init "foob...
Apotheosize asked 27/10, 2015 at 6:16
2
Solved
following the instructions on the official vpn page (instructions install openvpn client) in the second step:
# curl -fsSL https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub | gpg --...
3
So I installed brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
and then I installed gnupg2 and gnupg like so:
brew install gnupg ...
14
I am having a problem while trying to decrypt some keys using GPG. The following output is given to me:
gpg: can't connect to the agent: IPC connect call failed
I already edited some files, pointe...
Varro asked 10/10, 2017 at 18:39
2
Solved
The gpg --with-colon reports bad expiration date (although the key is usable for encryption) See "[expires: ????-??-??]"
gpg --with-colon key.ascii
pub:-:1024:17:77A54749D56561D6:2016-06-10:????-?...
Overzealous asked 11/9, 2018 at 14:37
3
Solved
I am very annoyed with the GPG encryption process in the Linux terminal, I encrypt files with GPG from the terminal with the following command:
gpg --output file_out --symmetric --cipher-algo AES2...
6
After a fresh Linux install I'm trying to set up my environment and I keep getting the Git: gpg failed to sign the data error upon committing changes locally. I'm using Visual Studio Code, propriet...
Maria asked 6/4, 2020 at 19:58
9
Solved
I have a new mac pro (OS X 10.9.5) that I get to set up from scratch. I want to install RVM and the first thing it says to do is:
Install mpapis public key (might need gpg2 and or sudo)
gpg --keys...
Eerie asked 20/11, 2014 at 14:22
2
I'm trying to use gpg to --clearsign a file (for debian packaging purposes) from a script.
I have an exported password-less private-key.gpg file and want to:
gpg --clearsign -o output input
I d...
2
Solved
GitHub now supports SSH commit verification, so you can sign commits and tags locally using a self-generated SSH public key, which will give others confidence about the origin of a change you have...
Ampulla asked 25/8, 2022 at 15:14
6
I started using GNU Privacy Guard. An error occurs when trying to import a key from any server:
gpg --keyserver keys.gnupg.net --recv-key 908F435E
Output:
gpg: keyserver receive failed: No name
Gerstner asked 16/2, 2021 at 1:2
2
I normally wouldn't ask but I can't find the answer on SO or google.
I'm using a library that accepts base64 encoded pgp public keys in string format. However, one of the components I need to conv...
Cacka asked 16/1, 2017 at 12:15
1
Solved
3
We have a Windows Server 2008 R2 server. We installed gpg4win and it works. We can create public and secret keys and decrypt messages for those that have our public key.
The issue
The gnu install d...
Candor asked 29/8, 2013 at 4:54
4
Using Mac OS X Yosemite (10.10), I cannot active GnuPG-signing of commits in SourceTree, as the checkbox is disabled. How can I enable commit-signing?
Obliquity asked 2/11, 2014 at 8:16
5
Solved
There is this nice feature from github to show that a git commit is signed using a gpg key.
I followed the following articles:
https://help.github.com/articles/adding-a-new-gpg-key-to-your-githu...
16
I am trying to add my GPG public key as a part of our appliance installation process. The purpose of it to encrypt any important files like logs before admin pulling them into his local using admin...
Hoodoo asked 29/10, 2012 at 5:45
34
Solved
I just started using git and I install git and gpg via homebrew.
For some reason, I get this error when i do git commit
I looked at so many other stackoverflow questions regarding this topic and no...
4
When decrypting I get following error:
$ eyaml decrypt -s 'ENC and the key goes on here'
.gnupg --quiet --no-secmem-warning --no-permission-warning --no-tty --yes --decrypt)
failed with: gpg: S...
Whisper asked 29/7, 2016 at 12:43
2
I'm trying to take a public key and add it to /etc/apt/trusted.gpg.d/, but I'm getting an incompatibility issue.
I run:
gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/example.gpg --imp...
© 2022 - 2024 — McMap. All rights reserved.