| Summary: | Port in the bookmarked terminal sessions for telnet and ssh not considered | ||
|---|---|---|---|
| Product: | [Unmaintained] kicker | Reporter: | Ranko Zivojnovic <ranko> |
| Component: | general | Assignee: | 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
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 ! Kicker is currently unmaintained, you can look to your distribution for help, however. |