ssh: Add hass
This commit is contained in:
parent
5f8e3728ce
commit
d9eda04704
1 changed files with 7 additions and 0 deletions
|
@ -59,6 +59,13 @@ in
|
|||
identityFile = personalKey;
|
||||
};
|
||||
|
||||
hass =
|
||||
{
|
||||
hostname = "10.0.0.254";
|
||||
user = "root";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
};
|
||||
|
||||
horus-vpn = {
|
||||
hostname = "192.168.4.202";
|
||||
identityFile = horusKey;
|
||||
|
|
Loading…
Reference in a new issue