File: rsync

package info (click to toggle)
openssh-known-hosts 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: sh: 193; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PLUGIN=rsync
# see rsync(1), section "EXIT VALUES" for details:
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'
KEYRING='/path/to/openpgp-compatible.keyring'