<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    going back to your original question. when exec'ing new processes
    there are various flavors of exec, including one that uses your
    environment. Which made me wonder which flavor is PV using? I wrote
    a little pvsc to test this out(attached). Apparently PV does use the
    exec that includes your environment. So if you want to use the ssh
    that's in your path, don't give the path in your pvsc, in the
    example you gave change it to<br>
    <blockquote><File default="ssh"/><br>
    </blockquote>
    duh! (directed at myself)<br>
    <br>
    I hope this discovery doesn't derail our discussion because the
    other features about being able to get information back from the
    server side we are discussing would be useful.<br>
    <br>
    <div class="moz-cite-prefix">On 04/10/2015 01:09 PM, Angelini,
      Richard C (Rick) CIV USARMY ARL (US) wrote:<br>
    </div>
    <blockquote
      cite="mid:D14DA62F.223AB%25Richard.C.Angelini.CIV@mail.mil"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        Question about the default_servers.pvsc file….. </div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <br>
      </div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        I have this in my host profile:</div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <br>
      </div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
          <Server name=“My System" resource="csrc://127.0.0.1"></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
            <CommandStartup></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
              <Options></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <span class="Apple-tab-span" style="white-space:pre"></span><Option
        name="SSHLOC" label="Local SSH Command" save="true"></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <span class="Apple-tab-span" style="white-space:pre"></span> <File
        default="/usr/local/bin/ssh"/></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <span class="Apple-tab-span" style="white-space: pre;"></span></Option></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <span style="font-family: 'Arial Unicode MS'; font-size:
          medium;"><br>
        </span></div>
      <div><font face="Arial Unicode MS">So, when the GUI pops up, the
          user has an opportunity to change the path to ssh.   But,
          rather than hard-coding the default value, or presenting blank
          field and have the user put in the correct path, is it
          possible to query the user’s environment and find `which ssh`
          and substitute in that value??</font></div>
      <div><font face="Arial Unicode MS"><br>
        </font></div>
      <div><font face="Arial Unicode MS"><br>
        </font></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <span style="font-family: 'Arial Unicode MS'; font-size:
          medium;"><br>
        </span></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <span style="font-family: 'Arial Unicode MS'; font-size:
          medium;"><br>
        </span></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <span style="font-family: 'Arial Unicode MS'; font-size:
          medium;">________________________________</span></div>
      <div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif;
        font-size: 16px;">
        <div style="font-family: 'Arial Unicode MS'; font-size: medium;">Rick
          Angelini</div>
        <div style="font-family: 'Arial Unicode MS'; font-size: medium;">USArmy
          Research Laboratory</div>
        <div style="font-family: 'Arial Unicode MS'; font-size: medium;">CISD/HPC
          Architectures Team</div>
        <div style="font-family: 'Arial Unicode MS'; font-size: medium;">Phone:  410-278-6266</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=ParaView">http://markmail.org/search/?q=ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>