Add other hosts to ssh config

This commit is contained in:
Nathan McCarty 2022-05-13 22:23:00 -04:00
parent 078dcdc2a7
commit 1863f2793d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 15 additions and 0 deletions

View File

@ -195,6 +195,21 @@
user = "nathan";
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";
};
};
};
};