From 759c4ee7334523886952af9611133a8eb3fbc4da Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 16 Mar 2024 17:13:15 -0600 Subject: home/ssh: add kiev, kiev-lan --- home/ssh/match.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'home/ssh/match.nix') diff --git a/home/ssh/match.nix b/home/ssh/match.nix index 7033b2a..f20a052 100644 --- a/home/ssh/match.nix +++ b/home/ssh/match.nix @@ -63,4 +63,16 @@ user = "git"; hostname = "github.com"; }; + + "kiev" = { + user = "u0_a177"; + port = 8022; + hostname = "10.34.42.2"; + }; + + "kiev-lan" = { + user = "u0_a177"; + port = 8022; + hostname = "192.168.34.211"; + }; } -- cgit v1.2.3