ssh: add lan net to ssh config

feature/hass
Ingolf Wagner 2020-06-11 18:41:11 +02:00
parent fa184a03b4
commit 5f51b7f5da
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 5 additions and 0 deletions

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;