fix ssh host keys

This commit is contained in:
Ingolf Wagner 2019-10-25 09:54:12 +02:00
parent 52df3a8e31
commit 2eb5141f6b
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 12 additions and 7 deletions
system/desktop/home-manager

View file

@ -14,7 +14,6 @@ with lib;
"*.private" = {
identityFile = "~/.ssh/card_rsa.pub";
identitiesOnly = true;
extraOptions.HostKeyAlgorithms = "ssh-rsa";
user = "root";
};
"*.ingolf-wagner.de" = {