playbook ssh config

This commit is contained in:
m3tam3re 2025-03-12 14:20:44 +01:00
parent 73fd3ef108
commit df41024693

View File

@ -164,11 +164,11 @@
user = "m3tam3re"; user = "m3tam3re";
identityFile = "~/.ssh/m3tam3re"; identityFile = "~/.ssh/m3tam3re";
}; };
"self-host-server" = { "self-host-playbook" = {
hostname = "37.27.255.72"; hostname = "157.180.21.225";
port = 2222; port = 2222;
user = "m3tam3re"; user = "m3tam3re";
identityFile = "~/.ssh/self-host-server"; identityFile = "~/.ssh/self-host-playbook";
}; };
}; };
}; };