fix(ssh): keep the gcd-etwas host
This commit is contained in:
parent
f1ae8f0344
commit
4775fe24c1
1 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,14 @@
|
|||
};
|
||||
|
||||
"gcd-etwas" = {
|
||||
host = "gcd-etwas";
|
||||
hostname = "git.catgirl.dog";
|
||||
identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ];
|
||||
user = "git";
|
||||
port = 222;
|
||||
};
|
||||
|
||||
"gcd-etwas-fullurl" = {
|
||||
host = "git.catgirl.dog";
|
||||
hostname = "git.catgirl.dog";
|
||||
identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue