X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=lib%2Fproto-ssh.c;h=1b505f59da19c0aae408254e1386a07e19eb215a;hb=0571e7d0a290a9c3e0f3880363d0f2dbe93fc616;hp=117f772ad7ae1fb5a9e726c0c85681bbe7b1338a;hpb=a6d8cf44fbc4fb4a09b3c3bb54701e35f201f997;p=wrappi.git diff --git a/lib/proto-ssh.c b/lib/proto-ssh.c index 117f772..1b505f5 100644 --- a/lib/proto-ssh.c +++ b/lib/proto-ssh.c @@ -69,7 +69,7 @@ wrap_int_connect_ssh (wrap_h *w) "ssh", "-T", "-o", "BatchMode=yes", "-e", "none", w->hostname, - "sh", "-c", "cat", + "sh", "-c", /*XXX*/ "/home/rjones/d/wrappi/daemon/wrappid", NULL); perror ("ssh"); _exit (EXIT_FAILURE);