Hi,
how to execute a command like this?
ssh -f  "gedit &"
			
									
									
						ssh -f
My solution
Hi,
if someone has the same problem try it like:
nohup ; command
that worked for me.
			
									
									
						if someone has the same problem try it like:
nohup ; command
that worked for me.