Discussion:
[Qt-creator] Remote linux debugging requires SSH (any reason?)
Adam Treat
2017-12-18 13:51:43 UTC
Permalink
Hi,

Remote linux debugging and QNX debugging require an SSH connection. Any
reason we don't support telnet or serial connections other than we just
haven't done the work yet? If so, can someone familiar with this code
give an estimate of how much work would be involved to add telnet and/or
serial?

Cheers,
Adam
Christian Kandeler
2017-12-18 16:13:35 UTC
Permalink
On Mon, 18 Dec 2017 08:51:43 -0500
Post by Adam Treat
Remote linux debugging and QNX debugging require an SSH connection.
SSH is our interface to connect to a device for the purpose of deploying files and starting applications. In the case of debugging, the started application is gdbserver.
Post by Adam Treat
Any reason we don't support telnet
There has been no use case.


Christian
Andrzej Telszewski
2017-12-18 16:20:09 UTC
Permalink
Post by Christian Kandeler
On Mon, 18 Dec 2017 08:51:43 -0500
Post by Adam Treat
Remote linux debugging and QNX debugging require an SSH connection.
SSH is our interface to connect to a device for the purpose of deploying files and starting applications. In the case of debugging, the started application is gdbserver.
Post by Adam Treat
Any reason we don't support telnet
There has been no use case.
And most probably nobody bothered, because SSH provides far better
integration than telnet.
--
Best regards,
Andrzej Telszewski
Loading...