Add other hosts to ssh config
This commit is contained in:
parent
078dcdc2a7
commit
1863f2793d
15
home.nix
15
home.nix
|
@ -195,6 +195,21 @@
|
||||||
user = "nathan";
|
user = "nathan";
|
||||||
hostname = "172.23.108.12";
|
hostname = "172.23.108.12";
|
||||||
};
|
};
|
||||||
|
"tounge" = {
|
||||||
|
forwardAgent = true;
|
||||||
|
user = "nathan";
|
||||||
|
hostname = "172.23.98.121";
|
||||||
|
};
|
||||||
|
"shadowchild" = {
|
||||||
|
forwardAgent = true;
|
||||||
|
user = "nathan";
|
||||||
|
hostname = "172.23.217.149";
|
||||||
|
};
|
||||||
|
"matrix.community.rs" = {
|
||||||
|
forwardAgent = true;
|
||||||
|
user = "nathan";
|
||||||
|
hostname = "172.23.129.209";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue