Add another host to ssh config

This commit is contained in:
Nathan McCarty 2022-04-24 17:56:17 -04:00
parent 5f630614b8
commit 4e9aefac7f
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 0 deletions

View File

@ -169,6 +169,11 @@
user = "nathan";
hostname = "172.23.12.134";
};
"perception" = {
forwardAgent = true;
user = "nathan";
hostname = "172.23.55.145";
};
};
};
};