Ubuntu SDK when SSH to device attempts to connect on same port as running webmin (10000)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-touch-meta (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When running an Ubuntu SDK QML app on a nexus 4 device the connection is attempting to connect to localhost at port 10000.
[08:35:49] debug1: Connecting to 127.0.0.1 [127.0.0.1] port 10000.
debug1: Connection established.
debug1: identity file /home/randy/
debug1: identity file /home/randy/
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-
debug1: ssh_exchange_
This causes a conflict on my system due to a running webmin program on the same port:
debug1: ssh_exchange_
debug1: ssh_exchange_
debug1: ssh_exchange_
[08:35:49] debug1: ssh_exchange_
[08:35:49] debug1: ssh_exchange_
[08:35:49] ssh_exchange_
This was corrected when I removed 10000 from the available ports listed in: Options-
Suggestion: remove 10000 from the list by default
Better: make it more obvious how that port is selected, or allow for choosing port from a list somehow. It took me avery long to figure out that this was the problem.
Also, i added -v to the ssh command in the /usr/share/
Description: Ubuntu 14.04 LTS
Release: 14.04
ubuntu-sdk:
Installed: 1.126
Candidate: 1.126
Version table:
*** 1.126 0
500 http://
100 /var/lib/
I can confirm that this is no longer an issue for me