$OpenBSD: patch-dsh_run_c,v 1.2 2007/05/08 16:16:56 steven Exp $
--- dsh/run.c.orig	Wed Feb  1 19:07:16 2006
+++ dsh/run.c	Tue May  8 18:13:38 2007
@@ -292,7 +292,7 @@ do_command(char **argv, int allrun, char *username)
     /* get the rsh data */
     rsh = getenv("RCMD_CMD");
     if (rsh == NULL)
-	rsh = strdup("rsh");
+	rsh = strdup("ssh");
     if (rsh == NULL)
 	bailout();
     if (getenv("RCMD_CMD_ARGS") != NULL)
