I want to configure a post build step that copies the binary via ssh:
scp MyProgramm root@192.168.2.113:/bin
I remember having done smth like that before and I was asked for the root password by a Dialog Box in eclipse!
Does anyone know if I need to put smth else in the textfield?
Or how can I pass the password? echo password | scp...
does not work...
Thanks guys!