fix ssh host keys
This commit is contained in:
parent
52df3a8e31
commit
2eb5141f6b
2 changed files with 12 additions and 7 deletions
system/desktop/home-manager
|
@ -14,7 +14,6 @@ with lib;
|
|||
"*.private" = {
|
||||
identityFile = "~/.ssh/card_rsa.pub";
|
||||
identitiesOnly = true;
|
||||
extraOptions.HostKeyAlgorithms = "ssh-rsa";
|
||||
user = "root";
|
||||
};
|
||||
"*.ingolf-wagner.de" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue