forked from qt-creator/qt-creator
SSH: Add infrastructure for passing additional connection options.
So far, the only option is whether to use the default proxy or not. More will follow. Change-Id: Icd1ec407a0269cc8e7577901853d3873fd03015c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -63,7 +63,7 @@ QnxDeviceConfigurationWizard::QnxDeviceConfigurationWizard(QWidget *parent) :
|
||||
IDevice::Ptr QnxDeviceConfigurationWizard::device()
|
||||
{
|
||||
QSsh::SshConnectionParameters sshParams;
|
||||
sshParams.proxyType = QSsh::SshConnectionParameters::NoProxy;
|
||||
sshParams.options = QSsh::SshIgnoreDefaultProxy;
|
||||
sshParams.host = m_setupPage->hostName();
|
||||
sshParams.userName = m_setupPage->userName();
|
||||
sshParams.port = 22;
|
||||
|
||||
Reference in New Issue
Block a user