R C V writes: >Hi, Ho! >#!/bin/sh >ssh root@10.10.1.180 >./testscripts/copyexecutable >exit Just try: #!/bin/sh ssh root@10.10.1.180 ./testscripts/copyexecutable # in one line exit good luck, Holger