diff options
author | Guillem Jover <guillem@hadrons.org> | 2024-09-30 01:36:22 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-10-24 10:55:14 +0200 |
commit | a18b87e43ece9a448ab912225e1a26d8fd4b3e7f (patch) | |
tree | e6108f46475ecf2643547d859a880267d4a84716 /plugins/rsync | |
parent | f855dc5ac98432ef4b126446c50a9737d98f0fb8 (diff) | |
download | openssh-known-hosts-a18b87e43ece9a448ab912225e1a26d8fd4b3e7f.tar.gz |
Use OpenPGP when referring to the standard or objects
These are OpenPGP signatures that any conforming implementation should
be able to handle. They are not specific to GnuPG, which is one of many
implementations, even though a very prominent one.
Diffstat (limited to 'plugins/rsync')
-rwxr-xr-x | plugins/rsync | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rsync b/plugins/rsync index 1a57660..2ff5c1a 100755 --- a/plugins/rsync +++ b/plugins/rsync @@ -4,8 +4,8 @@ # # ENVIRONMENT VARIABLES: # URL URL to download known_hosts file from -# SIGURL URL of the GnuPG signature -# KEYRING path to the keyring for use by gpgv +# SIGURL URL of the OpenPGP signature +# KEYRING path to the OpenPGP keyring with certificates # set -e |