$OpenBSD: patch-dsh_rseq_c,v 1.2 2007/05/08 16:16:56 steven Exp $
--- dsh/rseq.c.orig	Wed Feb  1 19:07:16 2006
+++ dsh/rseq.c	Tue May  8 18:13:38 2007
@@ -324,7 +324,7 @@ do_command(char **argv, int allrun, char *username)
     /* 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)
