added
This commit is contained in:
parent
d82b15f10e
commit
9da7c8a2db
2 changed files with 5 additions and 4 deletions
|
|
@ -70,6 +70,7 @@
|
||||||
via
|
via
|
||||||
remmina
|
remmina
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
speedcrunch
|
||||||
|
|
||||||
dbeaver-bin
|
dbeaver-bin
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
"dm2" = {
|
"dm2" = {
|
||||||
hostname = "192.168.0.190";
|
hostname = "192.168.0.190";
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "fw";
|
user = "ifacts";
|
||||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
identityFile = "/home/fw/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
"caddy" = {
|
"caddy" = {
|
||||||
hostname = "192.168.0.214";
|
hostname = "192.168.0.214";
|
||||||
|
|
@ -36,8 +36,8 @@
|
||||||
"docker03" = {
|
"docker03" = {
|
||||||
hostname = "192.168.0.118";
|
hostname = "192.168.0.118";
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "fw";
|
user = "ifacts";
|
||||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
identityFile = "/home/fw/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
"node" = {
|
"node" = {
|
||||||
hostname = "100.64.0.4";
|
hostname = "100.64.0.4";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue