Index: trunk/Ohana/src/opihi/pcontrol/StartHost.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 3204)
+++ trunk/Ohana/src/opihi/pcontrol/StartHost.c	(revision 3211)
@@ -9,6 +9,6 @@
   /* pid = rconnect (CONNECT, host[0].hostname, PCLIENT, stdio); */
 
-  strcpy (command, "ssh");
-  strcpy (shell, "pclient");
+  if (VarConfig ("COMMAND", "%s", command) == NULL) strcpy (command, "ssh");
+  if (VarConfig ("SHELL", "%s", shell)     == NULL) strcpy (shell, "pclient");
 
   pid = rconnect (command, host[0].hostname, shell, stdio);
