Bug 148024

Summary: Port in the bookmarked terminal sessions for telnet and ssh not considered
Product: [Unmaintained] kicker Reporter: Ranko Zivojnovic <ranko>
Component: generalAssignee: Aaron J. Seigo <aseigo>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ranko Zivojnovic 2007-07-19 15:22:46 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Fedora RPMs

Bookmarked telnet/ssh URLs under "Terminal Sessions" that contain ':<port>' do not work properly, i.e. the information is completly ignored.
If the same URL is entered under "Bookmarks" - the URL works - i.e. '-p' is added as a parameter for ssh.
Comment 1 Nick Leverton 2008-06-25 17:05:12 UTC
Confirmed this bug in KDE 3.5.9 on Debian.

Assume you have a host which uses a non-standard port for access (in my case I am forwarding a port from localhost through a gateway machine to give me access to the remote network).

Set up a bookmark in Konsole such as ssh://root@localhost:2222

When used from konsole, this invokes ssh -p 2222 -l root localhost
which is as expected.  When used from the Terminal Sessions kicker applet, the port number is discarded, and a connection is attempted to port 22 instead - very different !
Comment 2 A. Spehr 2009-05-23 04:43:16 UTC
Kicker is currently unmaintained, you can look to your distribution for help, however.