Page 1 of 1

ssh -f

Posted: Tue 20 Mar 2012 14:32
by scw2hi
Hi,

how to execute a command like this?

ssh -f "gedit &"

Posted: Thu 22 Mar 2012 10:25
by Dimon
To solve the problem use the ExecuteCommand method of the TScSSHShell component. ExecuteCommand only sends one command to SSH server, SSH server executes this command, returns a result and closes the connection.

My solution

Posted: Mon 16 Apr 2012 06:24
by scw2hi
Hi,

if someone has the same problem try it like:

nohup ; command

that worked for me.