Added more ssh hosts
This commit is contained in:
parent
aefc7b50a1
commit
33bb9fc384
2 changed files with 19 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
size = 20;
|
size = 20;
|
||||||
} else {
|
} else {
|
||||||
name = "FiraCode Nerd Font";
|
name = "FiraCode Nerd Font";
|
||||||
size = 18;
|
size = 16;
|
||||||
};
|
};
|
||||||
shellIntegration = {
|
shellIntegration = {
|
||||||
mode = "no-cursor";
|
mode = "no-cursor";
|
||||||
|
|
|
@ -20,6 +20,24 @@
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "fr7658wa-s";
|
user = "fr7658wa-s";
|
||||||
};
|
};
|
||||||
|
"dm2" = {
|
||||||
|
hostname = "docker-master2";
|
||||||
|
port = 22;
|
||||||
|
user = "fw";
|
||||||
|
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||||
|
};
|
||||||
|
"ha1" = {
|
||||||
|
hostname = "hosted-agent-1";
|
||||||
|
port = 22;
|
||||||
|
user = "fw";
|
||||||
|
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||||
|
};
|
||||||
|
"ba6" = {
|
||||||
|
hostname = "buildagent6";
|
||||||
|
port = 22;
|
||||||
|
user = "fw";
|
||||||
|
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue