Add threaded session backend architecture with real SSH backend
This commit is contained in:
@@ -16,6 +16,8 @@ struct Profile
|
||||
QString username;
|
||||
QString protocol = QStringLiteral("SSH");
|
||||
QString authMode = QStringLiteral("Password");
|
||||
QString privateKeyPath;
|
||||
QString knownHostsPolicy = QStringLiteral("Strict");
|
||||
};
|
||||
|
||||
class ProfileRepository
|
||||
|
||||
Reference in New Issue
Block a user