declare ssh key for host
This commit is contained in:
parent
2ea95c502f
commit
cf7e76d125
1 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks."viridian".hostname = "192.168.1.102";
|
matchBlocks."viridian" = {
|
||||||
|
hostname = "192.168.1.102";
|
||||||
|
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue