summaryrefslogtreecommitdiffstats
path: root/urpm/README.ssh
blob: 774c63c570e9364963da65b03c9950e8cb9b272e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This extension module allow to use ssh package to perform distributed copy
of package over network. This is more a sample module which is somewhat slow
to run distant script.

To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as
follow :
  <name>:ssh:<node list separated by ':'>
or
  <name>:ssh(<default media>):<node list separated by ':'>
where <name> is alias name parameter of --parallel options of urpmi,
      <default media> is default --media parameter for this alias,
      <node list separated by ':'> is list of node, for example "node1:node2:
            ...:nodeN".

For any more information, please send mail to <fpons@mandrakesoft.com>.