forked from qt-creator/qt-creator
Move SSH support into a dedicated library.
It does not belong into libUtils, which is a collection of small unrelated utility classes. Task-number: QTCREATORBUG-7218 Change-Id: Id92b9f28678afec93e6f07166adfde6550f38072 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -1842,9 +1842,9 @@ void DebuggerPluginPrivate::startRemoteEngine()
|
||||
sp.connParams.password = dlg.password();
|
||||
|
||||
sp.connParams.timeout = 5;
|
||||
sp.connParams.authenticationType = Utils::SshConnectionParameters::AuthenticationByPassword;
|
||||
sp.connParams.authenticationType = QSsh::SshConnectionParameters::AuthenticationByPassword;
|
||||
sp.connParams.port = 22;
|
||||
sp.connParams.proxyType = Utils::SshConnectionParameters::NoProxy;
|
||||
sp.connParams.proxyType = QSsh::SshConnectionParameters::NoProxy;
|
||||
|
||||
sp.executable = dlg.inferiorPath();
|
||||
sp.serverStartScript = dlg.enginePath();
|
||||
|
||||
Reference in New Issue
Block a user