mksh-only
This commit is contained in:
parent
6619f49847
commit
fa382a225b
446 changed files with 356 additions and 25843 deletions
11
gnupg/.local/share/gnupg/gpg-agent.conf
Normal file
11
gnupg/.local/share/gnupg/gpg-agent.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pinentry-program /usr/bin/pinentry-curses
|
||||
|
||||
# Enable OpenSSH Agent (ssh-agent) protocol support.
|
||||
enable-ssh-support
|
||||
|
||||
# Set number of seconds for which cache entries are valid.
|
||||
default-cache-ttl 99999900 # 5 minutes.
|
||||
default-cache-ttl-ssh 99999900 # 5 minutes.
|
||||
max-cache-ttl 99999900 # 15 minutes.
|
||||
max-cache-ttl-ssh 99999900 # 15 minutes.
|
||||
#1800
|
||||
57
gnupg/.local/share/gnupg/gpg.conf
Normal file
57
gnupg/.local/share/gnupg/gpg.conf
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
no-greeting
|
||||
# Use UTF-8 character encoding everywhere.
|
||||
display-charset utf-8
|
||||
utf8-strings
|
||||
|
||||
# Use GnuPG Agent (gpg-agent) for secret key management.
|
||||
use-agent
|
||||
|
||||
# Don't leak comments or software version information.
|
||||
no-comments
|
||||
no-emit-version
|
||||
fixed-list-mode
|
||||
|
||||
verify-options show-uid-validity
|
||||
list-options show-uid-validity
|
||||
|
||||
# Display full fingerprints.
|
||||
keyid-format long
|
||||
with-fingerprint
|
||||
|
||||
# Default key to use since more than one private key is in the keyring.
|
||||
# Get public key ID with: gpg --list-secret-keys
|
||||
# default-key FEC86E49B4437D4D
|
||||
# default-recipient-self
|
||||
# flag S
|
||||
default-key 5A1343DB4CBA9A07FC1FFC02554AF2CEAE26AC80
|
||||
# flag E
|
||||
default-recipient A399D6326B9ABB73D81493E74F6CCC6CEFA6DC86
|
||||
# flag S
|
||||
#default-key C1CF0AE7E541971401B1DFAFB3E5A185195B76E2
|
||||
# flag E
|
||||
#default-recipient 75CA8B25F520599BEF51E2C3B9DB44CC474365B8
|
||||
|
||||
# When verifying a signature made from a subkey, require that the
|
||||
# cross-certification "back signature" on the subkey is present and valid.
|
||||
require-cross-certification
|
||||
|
||||
|
||||
|
||||
|
||||
s2k-mode 3
|
||||
s2k-count 65011712
|
||||
s2k-digest-algo SHA512
|
||||
s2k-cipher-algo AES256
|
||||
personal-cipher-preferences AES256
|
||||
personal-digest-preferences SHA512
|
||||
personal-compress-preferences Uncompressed
|
||||
cert-digest-algo SHA512
|
||||
|
||||
default-preference-list AES256 SHA512 Uncompressed
|
||||
|
||||
|
||||
|
||||
keyserver hkps://keys.openpgp.org
|
||||
keyserver-options no-honor-keyserver-url
|
||||
keyserver-options include-revoked
|
||||
keyserver-options auto-key-retrieve
|
||||
13
gnupg/.local/share/gnupg/sshcontrol
Normal file
13
gnupg/.local/share/gnupg/sshcontrol
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# List of allowed ssh keys. Only keys present in this file are used
|
||||
# in the SSH protocol. The ssh-add tool may add new entries to this
|
||||
# file to enable them; you may also add them manually. Comment
|
||||
# lines, like this one, as well as empty lines are ignored. Lines do
|
||||
# have a certain length limit but this is not serious limitation as
|
||||
# the format of the entries is fixed and checked by gpg-agent. A
|
||||
# non-comment line starts with optional white spaces, followed by the
|
||||
# keygrip of the key given as 40 hex digits, optionally followed by a
|
||||
# caching TTL in seconds, and another optional field for arbitrary
|
||||
# flags. Prepend the keygrip with an '!' mark to disable it.
|
||||
|
||||
B6A59A97A6A43590F8D1B4486E3C76D8175C2B7D
|
||||
649CBE230450F01BBC5C9515268468C57D5CAFF2
|
||||
Loading…
Add table
Add a link
Reference in a new issue