ghostx2 / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Add SSH2 URI Support #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add ssh2 URI support -- even if it maps internally to the standard ssh 
URI. SecureCRT uses ssh2:// to launch an SSH2 versus SSH1 session. 
Consequently, our device database and web based inventory program only provides 
the ssh2:// hyperlinks.

http://www.vandyke.com/products/securecrt/faq/018.html

I tried the following registry keys, but SuperPutty just crashes when tested.

[HKEY_CLASSES_ROOT\ssh2]
@="URL:SSH2 Protocol"
"EditFlags"=dword:00000002
"FriendlyTypeName"="@ieframe.dll,-907"
"URL Protocol"=""
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\ssh2\DefaultIcon]
@="C:\\Program Files\\SuperPutty\\SuperPutty.exe,0"

[HKEY_CLASSES_ROOT\ssh2\shell]
@=""

[HKEY_CLASSES_ROOT\ssh2\shell\open]

[HKEY_CLASSES_ROOT\ssh2\shell\open\command]
@="\"C:\\Program Files\\SuperPutty\\SuperPutty.exe\" %1"

Original issue reported on code.google.com by steven.u...@gmail.com on 11 Jan 2013 at 3:27

GoogleCodeExporter commented 9 years ago
mapped ssh2 --> ssh

please verify on build 1.4.0.2 beta

Original comment by btatey...@gmail.com on 19 Feb 2013 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by btatey...@gmail.com on 19 Feb 2013 at 3:15

GoogleCodeExporter commented 9 years ago
I can confirm that the ssh2:// URI's are being handled correctly by SuperPutty 
1.4.0.2 beta. Thanks for the quick turn-around on this request!

Original comment by steven.u...@gmail.com on 20 Feb 2013 at 3:28

GoogleCodeExporter commented 9 years ago
Can this protocol handler be revised to accept commands upon a prompt? 

eg:
ssh2://user@server/optional_interactive_prompt_string?cmd1&cmd2&cmd3&cmd4

Original comment by ajay.sin...@gmail.com on 4 Sep 2014 at 12:50