I need my Delphi application to issue very simple commands for example
ssh -l userid host.domain.com "df -h"
[email protected]'s password: XXXXX
Filesystem Size Used Avail Use% Mounted on
/dev/sdd5 4.9G 1.7G 3.0G 36% /
/dev/sdc1 1.1G 75M 952M 8% /boot
/dev/sdd2 2.0G 44M 1.8G 3% /var/log
Can you recommend any freeware component or library? I've looked in Tory's pages and googled a bit but cannot find any.
I could also look for alternatives if any.