adsb-antenna: Add ssh entry
This commit is contained in:
parent
0d74805973
commit
844cdcaffb
1 changed files with 10 additions and 0 deletions
|
@ -90,10 +90,20 @@ in
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"adsb-antenna" = {
|
||||||
|
hostname = "adsb-antenna.laniot";
|
||||||
|
port = 22;
|
||||||
|
user = "daniel";
|
||||||
|
forwardAgent = true;
|
||||||
|
identityFile = "~/.ssh/LAN.pub";
|
||||||
|
identitiesOnly = true;
|
||||||
|
};
|
||||||
|
|
||||||
"sail" = {
|
"sail" = {
|
||||||
hostname = secret-sail.publicIP;
|
hostname = secret-sail.publicIP;
|
||||||
port = 22;
|
port = 22;
|
||||||
user = "daniel";
|
user = "daniel";
|
||||||
|
forwardAgent = true;
|
||||||
identityFile = "~/.ssh/Hetzner.pub";
|
identityFile = "~/.ssh/Hetzner.pub";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue