How to connect to a Linux server via SSH using Lazarus?
- by Altar
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)