From 7454800aafbd4c7195b8b5b52ec71cafc94074db Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 13 Mar 2024 18:25:41 +0100 Subject: [PATCH] update kik ssh host aliases --- hosts/del/configuration.nix | 8 +++++++- hosts/niks/configuration.nix | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 0208fbdd..e22a9c1e 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -303,12 +303,18 @@ hostName = "git.outfoxxed.me"; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGqsfan2BERiFSgXEv6KCTbzpKmtkq4gNd2409ZuKbgh"; }; - kik = { + kik_haslo = { hostName = "156.17.7.16"; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAC03lGubkSRl02cX1TJ3ItkcozS8aocEHeysv/WY4v"; port = 10002; user = "auth"; }; + kik_oceny = { + hostName = "156.17.7.45"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAC03lGubkSRl02cX1TJ3ItkcozS8aocEHeysv/WY4v"; + port = 19999; + user = "view"; + }; }; }; }; diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 22c57a74..be172a36 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -274,12 +274,18 @@ hostName = "git.outfoxxed.me"; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGqsfan2BERiFSgXEv6KCTbzpKmtkq4gNd2409ZuKbgh"; }; - kik = { + kik_haslo = { hostName = "156.17.7.16"; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAC03lGubkSRl02cX1TJ3ItkcozS8aocEHeysv/WY4v"; port = 10002; user = "auth"; }; + kik_oceny = { + hostName = "156.17.7.45"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAC03lGubkSRl02cX1TJ3ItkcozS8aocEHeysv/WY4v"; + port = 19999; + user = "view"; + }; }; }; };