summaryrefslogtreecommitdiff
path: root/examples/rsync
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2014-02-18 18:46:09 +0100
committerTimo Weingärtner <timo@tiwe.de>2014-02-18 18:46:09 +0100
commitb26cbce1ae22bdae9c4fcff6d64779d9c270fa79 (patch)
treec98bb6c59c562f82dbcca992e6bb2ff0774d866c /examples/rsync
parentd61655fd3e045038fb337e5e40f6b04dec6b5cd9 (diff)
parenta1ccb1e836177276c23851fc015ec5c7ebf9f362 (diff)
downloadopenssh-known-hosts-b26cbce1ae22bdae9c4fcff6d64779d9c270fa79.tar.gz
Merge tag '0.6.1' into debian
release 0.6.1
Diffstat (limited to 'examples/rsync')
-rw-r--r--examples/rsync5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/rsync b/examples/rsync
index f8d9861..1d9fd4c 100644
--- a/examples/rsync
+++ b/examples/rsync
@@ -3,6 +3,11 @@ PLUGIN=rsync
EXIT_IGNORE=10
URL='rsync://rsync.example.com/pub/known_hosts'
+# or:
+#URL='rsync.example.com::pub/known_hosts'
+# or (with a chicken and egg problem regarding the server's public hostkey):
+#URL='ssh.example.com:/path/to/known_hosts'
+#RSYNC_RSH='ssh -i /path/to/identity'
# optional:
SIGURL='rsync://rsync.example.com/pub/known_hosts.sig'