Summary: | SSH Manager does not allow port numbers greater than 9999 | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Iris Morelle <shadowm2006> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78 |
Priority: | NOR | ||
Version First Reported In: | 21.08.0 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/41207a9633c4fcb23df2b6275037d7a810ebfb0a | Version Fixed In: | 21.08.2 |
Sentry Crash Report: |
Description
Iris Morelle
2021-09-02 03:04:31 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/472 I did some research and it looks like the maximum port number is 49151 (see the merge request linked above for more details). That is the IANA recommendation indeed, although as I mentioned before Linux does allow customizing the port range for ephemeral ports via procfs, thus adding or taking away from the regular port range. Git commit ee7f71142fedd6eda49b4246e65f434e4b3c5bd5 by Ahmad Samir. Committed on 02/09/2021 at 10:57. Pushed by hindenburg into branch 'master'. Fix the maximum port number in the SSH Manager plugin It should be in the System Ports 0-1023 or User Ports 1024-49151 ranges. See: https://en.wikipedia.org/wiki/Registered_port https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml FIXED-IN: 21.12 M +3 -1 src/plugins/SSHManager/sshmanagerpluginwidget.cpp https://invent.kde.org/utilities/konsole/commit/ee7f71142fedd6eda49b4246e65f434e4b3c5bd5 Git commit 41207a9633c4fcb23df2b6275037d7a810ebfb0a by Kurt Hindenburg, on behalf of Ahmad Samir. Committed on 02/09/2021 at 15:27. Pushed by hindenburg into branch 'release/21.08'. Fix the maximum port number in the SSH Manager plugin It should be in the System Ports 0-1023 or User Ports 1024-49151 ranges. See: https://en.wikipedia.org/wiki/Registered_port https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml FIXED-IN: 21.08.2 (cherry picked from commit ee7f71142fedd6eda49b4246e65f434e4b3c5bd5) M +3 -1 src/plugins/SSHManager/sshmanagerpluginwidget.cpp https://invent.kde.org/utilities/konsole/commit/41207a9633c4fcb23df2b6275037d7a810ebfb0a |