NP but since i use a trial of crt i dont know if AT work with this...
Don't be upset if i don't use AT i find it even better than crt but i'm just waiting for a new version of AT wich will work with the "false" type of adress ^^ (musul is a persistant dude)
Seems to work, but you have a typeo, plus I don't think you need any of the hkey_local_user or hkey_users stuff. Plus, AbsoluteTelnet would have to be written to understand these forms of urls, which it currently does not.
Still, I'd warn against putting links of this type on a web page. Nobodies browser will work with it. Even if I added these keys to the AbsoluteTelnet install, it would only work with IE.
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Advanced INF Setup\\IE40.Assoc\\RegBackup\\0.map]
"0000000000000000"=",1,HKCR,ssh,"
[HKEY_CLASSES_ROOT\\telnet] <--- should be ssh not telnet
@="URL : Protocole ssh"
"EditFlags"=dword:00000002
"URL Protocol"=""
[HKEY_CLASSES_ROOT\\ssh\\DefaultIcon]
@=""
[HKEY_CLASSES_ROOT\\ssh\\shell]
[HKEY_CLASSES_ROOT\\ssh\\shell\\open]
[HKEY_CLASSES_ROOT\\ssh\\shell\\open\\command]
@="\\"C:\\\\UTILITAIRES\\\\WEB LAN\\\\OUTILS\\\\CRT\\\\SecureCRT.EXE\\" %1"
Hey dudes,
The next version of the software will recognize the telnet URLs without the slashes. It's against my better judgement, but it doesn't seem to break anything. Additionally, I've added code to parse ssh:// type urls (including usernames and passwords for auto-login). However, I'll not go so far as to add the registry settings to make IE recognize them until I can do a little more research.
victoryyyyyyyyyy 🙂
I'm impatient to test the new version ^^
Brian,
yet another happy user to add to your list it seems. 🙂
lol ^^
Hum i think i can make those adress work also for others browser tell me if u want me to search for the key to ad (destroying my registry is fun 🙂 )
Sure!
It would at least be good to archive that information here, even if I don't add it to the software.
Thanks!
Errrr ^^;
apparently it seems there is no need of further search.
The manipulation work enable netscape and others mozilla client like phoenix to use this form of url.
I think this is because this affect the entire windows browser module so the reg that i've give is universal ^^; (though i didn't try it with opera wich i suppose would also work)
another thing is taht i'vent success o make AT work with it despite that crt works with no problem...i wonder why ? maybe crt read the type of protocol used in the registry and not AT...
hum i will try to see if there is a mean to make ssh1 and ssh2 adress
Did it worked with u ?
[size=1][ February 14, 2003, 10:34 AM: Message edited by: MUSUL ][/size]
Errr apparently it is the same problem taht with telnet , AT try to connect to ssh://192.168.0.3 a not 192.168.0.3 ^^; pass this problem affectively it seems to work but u are the only one who can juge it since who the one who got the corrected version ^^
The reason it's not working is that I haven't even posted the beta version yet. The first beta that will contain the modifications will be RC11. You most likely still have RC10.
I'll post it here when it's done:
[url= http://www.celestialsoftware.net/telnet/beta_software.html ]http://www.celestialsoftware.net/telnet/beta_software.html[/url]
MUSUL,
I've added URL syntax decoding for urls similar to the telnet URL syntax. Prefixes that are now recognized include "ssh1://" and "ssh2://" for ssh1 and ssh2 in addition to "ssh://" which is an alias for the ssh2 form.
The full URL syntax including username, password, hostname, and port number is supported, giving you the ability to implement auto-login through SSH from a web link (assuming your registry changes have been made).
Get it here:
[url= http://www.celestialsoftware.net/telnet/beta_software.html ]http://www.celestialsoftware.net/telnet/beta_software.html[/url]
Enjoy!!!