$OpenBSD: patch-dsh_rseq_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
--- dsh/rseq.c.orig	Sun Jun 11 17:12:09 2006
+++ dsh/rseq.c	Sun Jun 11 17:12:12 2006
@@ -324,7 +324,7 @@ do_command(char **argv, int allrun, char
     /* set up the remote command */
     rsh = getenv("RCMD_CMD");
     if (rsh == NULL)
-	rsh = strdup("rsh");
+	rsh = strdup("ssh");
     if (rsh == NULL)
 	bailout();
     if (getenv("RCMD_CMD_ARGS") != NULL)
