This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Advanced Node Details - adding SSH link

FormerMember
FormerMember

I've been adding the links for running config and startup, telnet, etc - all work. I can't though get the SSH link to work. Since most of our equipment uses SSH and SSL, I'd like it to auto open SecureCRT the way the telnet link does. Any suggestions?

In this folder:  C:\Inetpub\SolarWinds\NetPerfMon\Resources\2-1-NodeDetails
Edit this resource file: 01-AdvancedNodeDetails.Resource with the following lines - Telnet works but SSH doesn't.

    <tr>
      <td class="Property" width="10"> </td>
      <td class="PropertyHeader">Telnet</td>
      <td class="Property"> </td>
      <td class="Property"><a href="telnet://<%=Node.GetProperty("IP_Address")%>">telnet://<%=Node.GetProperty("IP_Address")%></a> </td>
    </tr>
    <tr>
      <td class="Property" width="10"> </td>
      <td class="PropertyHeader">SSH</td>
      <td class="Property"> </td>
      <td class="Property"><a href="SSH://<%=Node.GetProperty("IP_Address")%>">SSH://<%=Node.GetProperty("IP_Address")%></a> </td>
    </tr>