ssh: Add hass

This commit is contained in:
Erwin Boskma 2024-01-06 13:44:22 +01:00
parent 5f8e3728ce
commit d9eda04704
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -59,6 +59,13 @@ in
identityFile = personalKey; identityFile = personalKey;
}; };
hass =
{
hostname = "10.0.0.254";
user = "root";
identityFile = "~/.ssh/id_ed25519";
};
horus-vpn = { horus-vpn = {
hostname = "192.168.4.202"; hostname = "192.168.4.202";
identityFile = horusKey; identityFile = horusKey;