summaryrefslogtreecommitdiff
path: root/etc/runmirrors.mirror
blob: 7fa7a38538c9c5829b1d2c68a0d13af9526c88f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Definition of mirror hosts we push.
# One mirror per line, with the following fields defined.
#
# ShortName HostName User SSHProtocol SSHKeyFile
#
# ShortName will be used as a shorthand in logfile outputs and for the logfile
# where every ssh output gets redirected to.
#
# If no SSHKeyFile is given, the default from the config file applies.
# If SSHProtocol is empty, it will default to 2, but if you want to
#                define a keyfile you HAVE TO set protocol too!
#
# Example:
# eu.puccini puccini.debian.org archvsync 2 ~/.ssh/push_puccini
#
# will push puccini.debian.org, user archvsync, using ssh protocol 2 and the specified ssh key.