Also allow modern algorithms, for compat with future apps
This commit is contained in:
parent
fb39f01440
commit
91d54b9db1
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ void Mounter::onPakcageReceived(const NetworkPacket& np)
|
|||
<< QStringLiteral("-o") << "IdentityFile=" + KdeConnectConfig::instance()->privateKeyPath()
|
||||
<< QStringLiteral("-o") << QStringLiteral("StrictHostKeyChecking=no") //Do not ask for confirmation because it is not a known host
|
||||
<< QStringLiteral("-o") << QStringLiteral("UserKnownHostsFile=/dev/null") //Prevent storing as a known host
|
||||
<< QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=ssh-dss") //https://bugs.kde.org/show_bug.cgi?id=351725
|
||||
<< QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-rsa") //https://bugs.kde.org/show_bug.cgi?id=351725
|
||||
<< QStringLiteral("-o") << QStringLiteral("uid=") + QString::number(getuid())
|
||||
<< QStringLiteral("-o") << QStringLiteral("gid=") + QString::number(getgid())
|
||||
<< QStringLiteral("-o") << QStringLiteral("reconnect")
|
||||
|
|
Loading…
Reference in a new issue