adding palatine-hill to ssh config

This commit is contained in:
Richie Cahill 2024-08-11 09:28:36 -04:00
parent b25f3c2f32
commit db9c636678

View File

@ -30,6 +30,12 @@
identityFile = "~/.ssh/id_ed25519"; identityFile = "~/.ssh/id_ed25519";
port = 922; port = 922;
}; };
palatine-hill = {
hostname = "192.168.76.2";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 666;
};
}; };
}; };
} }