vote up 0 vote down star

Hi.

I need to work (run/edit/delete files) with 12 Linux computer nodes in a cluster. Usually I use SSH to connect to those nodes. How can I do this from Lazarus? I have tried the 2nd and 3rd TProcess example posted on Lazarus' wiki page (http://wiki.lazarus.freepascal.org/Executing%5FExternal%5FPrograms) but it is not working with SSH (but it is working with 'ls').

Any ideas how to make SSH work with Lazarus?

(I am on linux)


71% accept rate
looks like it's more suitable for serverfault – SilentGhost Oct 19 at 15:06
When you say "not working", please elaborate. – RobS Oct 19 at 15:07
@SilentGhost. I disagree, the OP is trying to use TProcess. Though the question title could be improved, e.g. "How to use TProcess to start ssh" – RobS Oct 19 at 15:08

Browse other questions tagged or ask your own question.