Start Milestone 4 interactive SSH terminal and host-key flow
This commit is contained in:
@@ -24,3 +24,12 @@ void UnsupportedSessionBackend::reconnectSession(const SessionConnectOptions& op
|
||||
{
|
||||
connectSession(options);
|
||||
}
|
||||
|
||||
void UnsupportedSessionBackend::sendInput(const QString&)
|
||||
{
|
||||
emit eventLogged(QStringLiteral("Input ignored: protocol backend is not interactive."));
|
||||
}
|
||||
|
||||
void UnsupportedSessionBackend::confirmHostKey(bool)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user