Milestone 5: deliver embedded RDP sessions and lifecycle hardening

This commit is contained in:
2026-03-03 18:59:26 -07:00
parent 230a401386
commit 36006bd4aa
2941 changed files with 724359 additions and 77 deletions
+3
View File
@@ -14,10 +14,13 @@ struct Profile
QString host;
int port = 22;
QString username;
QString domain;
QString protocol = QStringLiteral("SSH");
QString authMode = QStringLiteral("Password");
QString privateKeyPath;
QString knownHostsPolicy = QStringLiteral("Ask");
QString rdpSecurityMode = QStringLiteral("Negotiate");
QString rdpPerformanceProfile = QStringLiteral("Balanced");
};
class ProfileRepository