Clean up SSH config, update changed IP addresses
This commit is contained in:
parent
0b5c640c27
commit
8a23ad9774
1 changed files with 2 additions and 23 deletions
|
@ -28,24 +28,6 @@ in
|
|||
SetEnv = "TERM=xterm-256color";
|
||||
};
|
||||
};
|
||||
home = mkIf (!var.workSystem) {
|
||||
host = "home";
|
||||
hostname = "10.0.0.2";
|
||||
extraOptions = {
|
||||
ControlMaster = "auto";
|
||||
ControlPersist = "5m";
|
||||
};
|
||||
};
|
||||
|
||||
horus = mkIf (!var.workSystem) {
|
||||
host = "horus";
|
||||
hostname = "10.1.0.2";
|
||||
proxyJump = "home";
|
||||
extraOptions = {
|
||||
ControlMaster = "auto";
|
||||
ControlPersist = "5m";
|
||||
};
|
||||
};
|
||||
|
||||
"rsync.net" = mkIf (!var.workSystem) {
|
||||
hostname = "zh2088.rsync.net";
|
||||
|
@ -54,14 +36,11 @@ in
|
|||
};
|
||||
|
||||
"git.datarift.nl" = {
|
||||
# hostname = "gitea.barn-beaver.ts.net";
|
||||
# port = 2222;
|
||||
hostname = "10.0.0.203";
|
||||
identityFile = personalKey;
|
||||
};
|
||||
|
||||
hass = {
|
||||
hostname = "10.0.0.254";
|
||||
hostname = "10.9.0.254";
|
||||
user = "root";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
extraOptions = {
|
||||
|
@ -71,7 +50,7 @@ in
|
|||
};
|
||||
|
||||
horus-vpn = {
|
||||
hostname = "192.168.4.202";
|
||||
hostname = "10.0.0.175";
|
||||
identityFile = horusKey;
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue