forked from poz/niksos
update kik ssh host aliases
This commit is contained in:
parent
c251461dc5
commit
7454800aaf
2 changed files with 14 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue