ssh: add lan net to ssh config
This commit is contained in:
parent
fa184a03b4
commit
5f51b7f5da
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue