Atheos
Atheos copied to clipboard
How to Signed check out?
How to Signed check out?
Since Atheos runs under www-data where you can't login how can I add the gnuGPG to it for signed commit?
www-data still has a home folder. For Debian, it looks like it's under /var/www for me. I usually do something like sudo -u www-data ls ~
to find out where it is.
Thanks, the main issue was that gpg does not work through shell with another user as owner.
- ls -l $(tty)
- chown www-data /dev/pts/0
- sudo -u www-data gpg --full-generate-key Found it here
ok now i create a the GPG key but signing does not work, since there is no option to enter the passphrase for the key.
W/o pw it works...
may be there is a way