diff --git a/ssh/config b/ssh/config index 7917a8b..0cac8ee 100644 --- a/ssh/config +++ b/ssh/config @@ -12,4 +12,12 @@ Host utdallas2 Host codepath Hostname lab-8aabae24-60e9-483e-b626-dba43df50b93.eastus.cloudapp.azure.com Port 5079 - User codepath + User codepath + +Host proxmox + Hostname 10.0.0.2 + User ethan + +Host docker + Hostname 10.10.10.8 + User sudoer777