ssh: add lan net to ssh config

This commit is contained in:
Ingolf Wagner 2020-06-11 18:41:11 +02:00
parent fa184a03b4
commit 5f51b7f5da
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -25,6 +25,11 @@ with lib; {
identitiesOnly = true;
user = "root";
};
"*.lan" = {
identityFile = "~/.ssh/card_rsa.pub";
identitiesOnly = true;
user = "root";
};
"*.ingolf-wagner.de" = {
identityFile = "~/.ssh/card_rsa.pub";
identitiesOnly = true;