Internal
Public Access
Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user