summaryrefslogtreecommitdiff
path: root/README
blob: bb4f4152d32572a1d72e475c7274705b04056bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Motivation
----------

Seen GNU 'parallel' and 'pssh', 'mssh'. I wanted something written
in plain C for managing my RaspberryPi cluster.

References
----------

[1] http://mrjones69ceu.blogspot.ch/2014/01/embedding-ssh-service.html
    A blog on almost the thing I want, no finished code found though.

[2] https://www.libssh.org/

[3] http://sites.dparrish.com/libcli

[4] http://code.google.com/p/parallel-ssh/
    PSSH Tools in Python. The tools we want to mimic but in C.

[5] http://www.gnu.org/software/parallel/
    GNU parallel: very nice and powerfull, we want something simpler.