$OpenBSD: patch-jsd_jsd_c,v 1.2 2007/05/08 16:16:56 steven Exp $
--- jsd/jsd.c.orig	Wed Feb  1 19:07:16 2006
+++ jsd/jsd.c	Tue May  8 18:13:38 2007
@@ -458,7 +458,7 @@ do_bench_command(char *argv, int fanout, char *usernam
 
     rsh = getenv("RCMD_CMD");
     if (rsh == NULL)
-	rsh = strdup("rsh");
+	rsh = strdup("ssh");
     if (rsh == NULL)
 	bailout();
     if (getenv("RCMD_CMD_ARGS") != NULL)
