Clean up SSH config, update changed IP addresses

This commit is contained in:
Erwin Boskma 2025-02-04 18:54:10 +01:00
parent 0b5c640c27
commit 8a23ad9774
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -28,24 +28,6 @@ in
SetEnv = "TERM=xterm-256color"; 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) { "rsync.net" = mkIf (!var.workSystem) {
hostname = "zh2088.rsync.net"; hostname = "zh2088.rsync.net";
@ -54,14 +36,11 @@ in
}; };
"git.datarift.nl" = { "git.datarift.nl" = {
# hostname = "gitea.barn-beaver.ts.net";
# port = 2222;
hostname = "10.0.0.203";
identityFile = personalKey; identityFile = personalKey;
}; };
hass = { hass = {
hostname = "10.0.0.254"; hostname = "10.9.0.254";
user = "root"; user = "root";
identityFile = "~/.ssh/id_ed25519"; identityFile = "~/.ssh/id_ed25519";
extraOptions = { extraOptions = {
@ -71,7 +50,7 @@ in
}; };
horus-vpn = { horus-vpn = {
hostname = "192.168.4.202"; hostname = "10.0.0.175";
identityFile = horusKey; identityFile = horusKey;
forwardAgent = true; forwardAgent = true;
}; };