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.

How to customize your ssh and telnet buttons to open your ssh client in the node details of NPM

For those who want to modify their buttons in NPM to open putty, SecureCRT, or your fav ssh client follow the steps below. The changes made will work with both firefox and ie9. Simply copy the info between the +'s into notepad, modify the destination of your client and save, then change the ext to a .reg and run. After researching how to get this working I figured I would save the others some time. If you find this helped you please mark as answered.

ssh

+++++++++++++++++++++++++++++++++++++++++++++++++++++

[HKEY_CLASSES_ROOT\ssh]
@="URL:ssh2 Protocol"
"EditFlags"=dword:00000002
"FriendlyTypeName"="@C:\\Windows\\System32\\ieframe.dll,-907"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\ssh\DefaultIcon]
@="C:\\Windows\\System32\\url.dll,0"

[HKEY_CLASSES_ROOT\ssh\shell]

[HKEY_CLASSES_ROOT\ssh\shell\open]

[HKEY_CLASSES_ROOT\ssh\shell\open\command]
@="\"C:\\Program Files (x86)\\VanDyke Software\\SecureCRT.EXE\" %1"

+++++++++++++++++++++++++++++++++++++++++++++++++++++

telnet

+++++++++++++++++++++++++++++++++++++++++++++++++++++

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_DISABLE_TELNET_PROTOCOL]
"PresentationHost.exe"=dword:00000001
"iexplore.exe"=dword:00000000

[HKEY_CLASSES_ROOT\telnet]
@="URL:telnet Protocol"
"EditFlags"=dword:00000002
"FriendlyTypeName"="@C:\\Windows\\System32\\ieframe.dll,-907"
"URL Protocol"="

[HKEY_CLASSES_ROOT\telnet\DefaultIcon]
@="C:\\Windows\\System32\\url.dll,0"

[HKEY_CLASSES_ROOT\telnet\shell]

[HKEY_CLASSES_ROOT\telnet\shell\open]

[HKEY_CLASSES_ROOT\telnet\shell\open\command]
@="\"C:\\Program Files (x86)\\VanDyke Software\\SecureCRT.EXE\" %1"

+++++++++++++++++++++++++++++++++++++++++++++++++++++

 

-bret