Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-03-08 15:24:31 +00:00
parent 2ca92a6542
commit d08f219f3e
1 changed files with 15 additions and 1 deletions

View File

@ -6,3 +6,17 @@
The sole requirement for PPSS to work is the Bash shell and the availability of the mkfifo command. PPSS is written using features that are specific to the Bash shell and is thus not portable to shells like dash and ksh. The sole requirement for PPSS to work is the Bash shell and the availability of the mkfifo command. PPSS is written using features that are specific to the Bash shell and is thus not portable to shells like dash and ksh.
For distributed PPSS, a host with SSH access is necessary, that will act as a server. Also, clients and server must be configured in order to use SSH keys and "Screen" must be available. For distributed PPSS, a host with SSH access is necessary, that will act as a server. Also, clients and server must be configured in order to use SSH keys and "Screen" must be available.
== Requirements for stand-alone usage of PPSS on single host ==
* Bash
== Requirements for distributed usage of PPSS on multiple hosts ==
* Bash
* SSH(D)
* Screen
* on the server, an unprivileged user
* on the nodes, an unprivileged user
* SSH key with no pass-phrase for node -> server connection.