ssh connection strict check disabled
This commit is contained in:
parent
3e4a9f54a7
commit
407ea77a9e
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ SshConnectionParameters ServerController::sshParams(const ServerCredentials &cre
|
|||
sshParams.timeout = 10;
|
||||
sshParams.port = credentials.port;
|
||||
sshParams.hostKeyCheckingMode = QSsh::SshHostKeyCheckingMode::SshHostKeyCheckingNone;
|
||||
sshParams.options = SshIgnoreDefaultProxy;
|
||||
|
||||
return sshParams;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue