SSH Agent: Integration tests against ssh-agent
Windows testing is currently explicitly disabled due to too many different scenarios to run an agent and MSYS2 having its own.
This commit is contained in:
committed by
Jonathan White
parent
2359742de1
commit
dce9af219f
@@ -68,7 +68,8 @@ void AgentSettingsWidget::loadSettings()
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
if (sshAgent()->testConnection()) {
|
||||
QList<QSharedPointer<OpenSSHKey>> keys;
|
||||
if (sshAgent()->listIdentities(keys)) {
|
||||
m_ui->sshAuthSockMessageWidget->showMessage(tr("SSH Agent connection is working!"),
|
||||
MessageWidget::Positive);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user