I have a c-program and I can execute it normally like this:
. ./fp.outI can't execute it via ssh. Like this:
ssh 127.0.0.1 'bash /home/viljun/fp/fp.out'
viljun@127.0.0.1's password:
/home/viljun/fp/fp.out: /home/viljun/fp/fp.out: cannot execute binary fileIs there a switch in ssh that allows me to execute binaries or something?
thanks in advance,
ville---
www.varuste.net
Tried this?
ssh -t 127.0.0.1 /home/viljun/fp/fp.outThe original poster should always write the last response !!!
Let us know, if the problem is solved !!!
Yes, now it works! Thank you very much!
You are welcome. The original poster should always write the last response !!!
Let us know, if the problem is solved !!!