diff options
Diffstat (limited to 'home/ssh')
| -rw-r--r-- | home/ssh/match.nix | 12 |
1 files changed, 12 insertions, 0 deletions
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"; + }; } |
