Azaret / superputty

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

Non standard port/telnet-ssh links #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Support for using non standard ports.  When I attempt to login to boxes via 
telnet/ssh links such as telnet://soandso:nonstandardport and when you type 
that into the hostname it seems to ignore it.

Original issue reported on code.google.com by xxgrnday...@gmail.com on 2 May 2012 at 6:41

GoogleCodeExporter commented 9 years ago
Example being: telnet://myserver:3030 will still go as if it were 
telnet://myserver:23.  Also happens when putting myserver:3030 in the host 
field inside SuperPuTTY.

Original comment by xxgrnday...@gmail.com on 2 May 2012 at 6:55

GoogleCodeExporter commented 9 years ago
i am having the same issue.  When i save a session with telnet port 2300 it 
ends up being saved as 23.  When I export the sessions.xml file the correct 
port is listed in the xml file

SessionData SessionId="School/switch1" SessionName="switch1" Host="100.1.1.1" 
Port="2100" Proto="Telnet" PuttySession="Default Settings" Username="" />
  <SessionData SessionId="School/Switch2" SessionName="Switch2" Host="100.1.1.1" Port="2200" Proto="Telnet" PuttySession="Default Settings" Username="" />

Original comment by steve.st...@gmail.com on 2 May 2012 at 10:48

GoogleCodeExporter commented 9 years ago
probably a simple bug...will look into it.

Original comment by btatey...@gmail.com on 3 May 2012 at 2:56

GoogleCodeExporter commented 9 years ago
i did a quick check and don't see an obvious bug...can you post your logs and 
steps to repro?

Original comment by btatey...@gmail.com on 3 May 2012 at 3:23

GoogleCodeExporter commented 9 years ago
Sure, I am on server 2008 x64 (If that matters).  If you want I can debug
the source and step through code and send you a video or something.  Also
it would be nice if the app generated windows on the same monitor that
invoked a form display method.  I have seen the add/edit server dialog get
stuck behind main window as well (had to do some right click on app on
start menu + move (from popup menu, then use arrow keys to get it back in
view)

I love the project, I use this app all day at work =)

-Steve Stonebraker

Original comment by steve.st...@gmail.com on 3 May 2012 at 1:16

GoogleCodeExporter commented 9 years ago
Yeah at work we use a lot of comm servers to access devices.  So the tab 
features would be great but since we use comm servers, we use ports other than 
the standard 22/23 ssh/telnet ports.  Thus it would nice to be able to click a 
telnet://link:2030 for example and have it open in super putty.  The way it is 
now, it opens that link would open link:23.  Regular putty handles it 
correctly, but I love the organization that superputty provides.

Original comment by Brendan....@gmail.com on 7 May 2012 at 4:13

GoogleCodeExporter commented 9 years ago
Steve debugged the port problem (comment 2) and I've committed a fix.
Will be in v1.2.0.6

I'll look into the link part.  I wasn't aware putty could do that.

Original comment by btatey...@gmail.com on 9 May 2012 at 1:35

GoogleCodeExporter commented 9 years ago
Have created a separate issue (Issue 96) for the bug in edit sessions and 
closed it.

Original comment by btatey...@gmail.com on 9 May 2012 at 10:06

GoogleCodeExporter commented 9 years ago

http://www.9bis.net/kitty/?page=SSH%20Handler&zone=en

Original comment by btatey...@gmail.com on 19 May 2012 at 6:01

GoogleCodeExporter commented 9 years ago
added cli support to handle this; tested with firefox

Original comment by btatey...@gmail.com on 19 May 2012 at 6:03