blob: 353e735a6a8bc7c8c1e7411be5764a4251b42924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This extension module allows to use an ssh connection to perform distributed copy
of rpm packages over a network.
To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as
follows :
<name>:ssh:<node list separated by ':'>
or
<name>:ssh(<default media>):<node list separated by ':'>
where <name> is the "alias name" parameter of --parallel options of the
urpm* tools,
<default media> is the default --media parameter for this alias,
<node list separated by ':'> is a list of nodes (network hosts),
for example "node1:node2: ...:nodeN".
|