diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-10-24 11:18:07 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-10-24 11:18:07 +0200 |
commit | 43718b8be48640580bf9cc0d57e98b8f5d166998 (patch) | |
tree | 9640cb9d37e96be95e9ac2420b8c7b69c41be61d /examples/rsync | |
parent | 86ff9a1cd6428d469d1015a8b7b781501eb0ad49 (diff) | |
parent | da301a83b9bf37988bcb4b3029ee2dcd85983995 (diff) | |
download | openssh-known-hosts-43718b8be48640580bf9cc0d57e98b8f5d166998.tar.gz |
Merge tag '0.6.3' into debian
release 0.6.3
Diffstat (limited to 'examples/rsync')
-rw-r--r-- | examples/rsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rsync b/examples/rsync index 1d9fd4c..cbb6d64 100644 --- a/examples/rsync +++ b/examples/rsync @@ -11,5 +11,5 @@ URL='rsync://rsync.example.com/pub/known_hosts' # optional: SIGURL='rsync://rsync.example.com/pub/known_hosts.sig' -KEYRING='/path/to/gpgv-compatible.keyring' +KEYRING='/path/to/openpgp-compatible.keyring' |