Add new host to ssh_config

This commit is contained in:
Nathan McCarty 2022-05-13 19:31:01 -04:00
parent febb9cedfb
commit 1af89e55e4
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 0 deletions

View File

@ -190,6 +190,11 @@
user = "nathan"; user = "nathan";
hostname = "172.23.55.145"; hostname = "172.23.55.145";
}; };
"oracles" = {
forwardAgent = true;
user = "nathan";
hostname = "172.23.108.12";
};
}; };
}; };
}; };